Penguin
Blame: SDL_SetGamma(3)
EditPageHistoryDiffInfoLikePages
Annotated edit history of SDL_SetGamma(3) version 2 showing authors affecting page license. View with all changes included.
Rev Author # Line
1 perry 1 SDL_!SetGamma
2 !!!SDL_!SetGamma
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 RETURN VALUE
7 SEE ALSO
8 ----
9 !!NAME
10
11
12 SDL_!SetGamma- Sets the color gamma function for the display
13 !!SYNOPSIS
14
15
16 __#include __
17
18
19 __int SDL_!SetGamma__(__float redgamma, float greengamma,
20 float bluegamma__);
21 !!DESCRIPTION
22
23
24 Sets the
25
26
27 This function adjusts the gamma based on the
28 SDL_!SetGammaRamp''.
29
30
31 Not all display hardware is able to change
32 gamma.
33 !!RETURN VALUE
34
35
36 Returns -1 on error (or if gamma adjustment is not
37 supported).
38 !!SEE ALSO
39
40
41 ''SDL_!GetGammaRamp SDL_!SetGammaRamp''
42 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.