SDL_SetGammaRamp (3) Linux Manual Page
SDL_SetGammaRamp – Sets the color gamma lookup tables for the display Synopsis #include "SDL.h" int SDL_SetGammaRamp(Uint16 *redtable, Uint16 *greentable, Uint16 *bluetable); Description Sets the gamma lookup tables for the display for each color component. Each table is an array of 256 Uint16 values, representing a mapping between the input and output for that channel. The…
