debian man page for sdl_getgammaramp

Query: sdl_getgammaramp

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

SDL_GetGammaRamp(3)						 SDL API Reference					       SDL_GetGammaRamp(3)

NAME
SDL_GetGammaRamp - Gets the color gamma lookup tables for the display
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)
Related Man Pages
sdl_audiocvt(3) - redhat
sdl_keysym(3) - redhat
sdl_keysym(3) - debian
sdl_audiospec(3) - centos
sdl_audiospec(3) - suse
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
awk or sed - Convert 2 lines to 1 line
Is UNIX an open source OS ?
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?