SDL_!SetGamma?
NAME SYNOPSIS DESCRIPTION RETURN VALUE SEE ALSO
SDL_!SetGamma?- Sets the color gamma function for the display
#include
int SDL_!SetGamma?(float redgamma, float greengamma, float bluegamma);
Sets the
This function adjusts the gamma based on the SDL_!SetGammaRamp?''.
Not all display hardware is able to change gamma.
Returns -1 on error (or if gamma adjustment is not supported).
SDL_!GetGammaRamp? SDL_!SetGammaRamp?
One page links to SDL_SetGamma(3):