SDL_!GetGammaRamp?
NAME SYNOPSIS DESCRIPTION RETURN VALUE SEE ALSO
SDL_!GetGammaRamp?- Gets the color gamma lookup tables for the display
#include
int SDL_!GetGammaRamp?(__Uint16 *redtable, Uint16
Gets the gamma translation lookup tables currently used by the display. Each table is an array of 256 Uint16 values.
Not all display hardware is able to change gamma.
Returns -1 on error.
SDL_!SetGamma? SDL_!SetGammaRamp?
One page links to SDL_GetGammaRamp(3):