Searched refs:SDL_GetRGB (Results 1 – 5 of 5) sorted by relevance
152 SDL_GetRGB
506 extern DECLSPEC void SDLCALL SDL_GetRGB(Uint32 pixel,
154 Works as SDL_GetRGB() but also returns the alpha value157 Both SDL_GetRGB() and SDL_GetRGBA() now always return values in158 the [0..255] interval. Previously, SDL_GetRGB() would return447 Added SDL_GetRGB() to the headers and documentation.
403 void SDL_GetRGB(Uint32 pixel, const SDL_PixelFormat * const fmt, in SDL_GetRGB() function
877 SDL_GetRGB(colorkey,surface->format,&keyR,&keyG,&keyB); in SDL_ConvertSurface()