SDL_SetGamma (3) Linux Manual Page
SDL_SetGamma – Sets the color gamma function for the display Synopsis#include "SDL.h" int SDL_SetGamma(float redgamma, float greengamma, float bluegamma); DescriptionSets the "gamma function" for the display of each color component. Gamma controls the brightness/contrast of colors displayed on the screen. A gamma value of 1.0 is identity (i.e., no adjustment is made). This function adjusts…
