Home | History | Annotate | Download | only in SDL

Lines Matching full:green

381 extern DECLSPEC int SDLCALL SDL_SetGamma(float red, float green, float blue);
384 * Set the gamma translation table for the red, green, and blue channels
395 extern DECLSPEC int SDLCALL SDL_SetGammaRamp(const Uint16 *red, const Uint16 *green, const Uint16 *blue);
406 extern DECLSPEC int SDLCALL SDL_GetGammaRamp(Uint16 *red, Uint16 *green, Uint16 *blue);