Sortix nightly manual
This manual documents Sortix nightly, a development build that has not been officially released. You can instead view this document in the latest official manual.
SDL_GetGammaRamp(3) | SDL API Reference | SDL_GetGammaRamp(3) |
NAME
SDL_GetGammaRamp - Gets the color gamma lookup tables for the displaySYNOPSIS
#include "SDL.h"DESCRIPTION
Gets the gamma translation lookup tables currently used by the display. Each table is an array of 256 Uint16 values.RETURN VALUE
Returns -1 on error.SEE ALSO
SDL_SetGamma SDL_SetGammaRampTue 11 Sep 2001, 23:01 | SDL |