|
NAMESDL_GetGammaRamp - Gets the color gamma lookup tables for the displaySYNOPSIS#include "SDL.h"int SDL_GetGammaRamp(Uint16 *redtable, Uint16 *greentable, Uint16 *bluetable); DESCRIPTIONGets 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 VALUEReturns -1 on error.SEE ALSOSDL_SetGamma SDL_SetGammaRamp
Visit the GSP FreeBSD Man Page Interface. |