Home | History | Annotate | Download | only in SDL

Lines Matching full:blue

385 extern DECLSPEC int SDLCALL SDL_SetGamma(float red, float green, float blue);
388 * Set the gamma translation table for the red, green, and blue channels
399 extern DECLSPEC int SDLCALL SDL_SetGammaRamp(const Uint16 *red, const Uint16 *green, const Uint16 *blue);
410 extern DECLSPEC int SDLCALL SDL_GetGammaRamp(Uint16 *red, Uint16 *green, Uint16 *blue);