Penguin
Blame: SDL_GetGammaRamp(3)
EditPageHistoryDiffInfoLikePages
Annotated edit history of SDL_GetGammaRamp(3) version 2, including all changes. View license author blame.
Rev Author # Line
2 perry 1 SDL_!GetGammaRamp
2 !!!SDL_!GetGammaRamp
1 perry 3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 RETURN VALUE
7 SEE ALSO
8 ----
9 !!NAME
10
11
2 perry 12 SDL_!GetGammaRamp- Gets the color gamma lookup tables for the display
1 perry 13 !!SYNOPSIS
14
15
16 __#include __
17
18
2 perry 19 __int SDL_!GetGammaRamp__(__Uint16 *redtable, Uint16
1 perry 20 *greentable, Uint16 *bluetable__);
21 !!DESCRIPTION
22
23
24 Gets the gamma translation lookup tables currently used by
25 the display. Each table is an array of 256 Uint16
26 values.
27
28
29 Not all display hardware is able to change
30 gamma.
31 !!RETURN VALUE
32
33
34 Returns -1 on error.
35 !!SEE ALSO
36
37
2 perry 38 ''SDL_!SetGamma SDL_!SetGammaRamp''
1 perry 39 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.