Penguin
Blame: SDL_GetGamma(3)
EditPageHistoryDiffInfoLikePages
Annotated edit history of SDL_GetGamma(3) version 2, including all changes. View license author blame.
Rev Author # Line
2 perry 1 SDL_!GetGamma
2 !!!SDL_!GetGamma
1 perry 3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 SEE ALSO
7 ----
8 !!NAME
9
10
2 perry 11 SDL_!GetGamma- Gets the gamma of the display
1 perry 12 !!SYNOPSIS
13
14
15 __#include __
16
17
2 perry 18 __int SDL_!GetGamma__(__float *red, float *green, float
1 perry 19 *blue__);
20 !!DESCRIPTION
21
22
23 Gets the color gamma of the display. The gamma value for
24 each color component will be place in the parameters
25 __red__, __green__ and __blue__. The values can
26 range from 0.1 to 10.
27
28
29 __Note:__
30
31
32 This function currently only works on XFreee 4.0 and
33 up.
34 !!SEE ALSO
35
36
2 perry 37 __SDL_!SetGamma__, __SDL_!SetVideoMode__
1 perry 38 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.