SDL_GetGammaRamp
Section: SDL API Reference (3)Updated: Tue 11 Sep 2001, 23:01
Index Return to Main Contents
NAME
SDL_GetGammaRamp - Gets the color gamma lookup tables for the displaySYNOPSIS
#include "SDL.h"
int SDL_GetGammaRamp(Uint16 *redtable, Uint16 *greentable, Uint16 *bluetable);
DESCRIPTION
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.
RETURN VALUE
SEE ALSO
SDL_SetGamma SDL_SetGammaRamp
Index
This document was created by man2html, using the manual pages.
Time: 04:45:41 GMT, September 16, 2022
0 댓글