| Domain | My Life | Resume | Documents | Calculators | Miscellaneous | Links | Projects | Site Methodology | Site Map |
|
Documentation
From my personal library, The Internet |
| Man Pages | RFC | HOWTO | SDK | Software |
SYNOPSIS
#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
Returns -1 on error.
SEE ALSO
SDL_SetGamma SDL_SetGammaRamp
SDL Tue 11 Sep 2001, 23:01 SDL_GetGammaRamp(3)
Man(1) output converted with man2html |