Query: sdl_getgammaramp
OS: opensolaris
Section: 3
Links: opensolaris man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SDL_GetGammaRamp(3) SDL API Reference SDL_GetGammaRamp(3)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_SetGammaRampSDLTue 11 Sep 2001, 23:01 SDL_GetGammaRamp(3)
Related Man Pages |
---|
sdl_audiocvt(3) - opensolaris |
sdl_audiospec(3) - centos |
sdl_audiocvt(3) - suse |
sdl_audiospec(3) - suse |
sdl_keysym(3) - suse |
Similar Topics in the Unix Linux Community |
---|
How to learn UNIX |
PHP Man Pages Now Available (Over 10,000) |
Change directory for core file |
What's legal and what's not? |
Identify problem with while getopts |