SDL_SetAlpha (3) Linux Manual Page
SDL_SetAlpha – Adjust the alpha properties of a surface Synopsis#include "SDL.h" int SDL_SetAlpha(SDL_Surface *surface, Uint32 flag, Uint8 alpha); DescriptionNote: This function and the semantics of SDL alpha blending have changed since version 1.1.4. Up until version 1.1.5, an alpha value of 0 was considered opaque and a value of 255 was considered transparent. This has…
