Differences between current version and previous revision of SDL_SetGammaRamp(3).
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 2 | Last edited on Monday, June 3, 2002 6:53:48 pm | by perry | |
Older page: | version 1 | Last edited on Monday, June 3, 2002 6:53:48 pm | by perry | Revert |
@@ -1,6 +1,6 @@
-SDL_SetGammaRamp
-!!!SDL_SetGammaRamp
+SDL_!
SetGammaRamp
+!!!SDL_!
SetGammaRamp
NAME
SYNOPSIS
DESCRIPTION
RETURN VALUE
@@ -8,16 +8,16 @@
----
!!NAME
-SDL_SetGammaRamp- Sets the color gamma lookup tables for the display
+SDL_!
SetGammaRamp- Sets the color gamma lookup tables for the display
!!SYNOPSIS
__#include __
-__int SDL_SetGammaRamp__(__Uint16 *redtable, Uint16
+__int SDL_!
SetGammaRamp__(__Uint16 *redtable, Uint16
*greentable, Uint16 *bluetable__);
!!DESCRIPTION
@@ -31,9 +31,9 @@
This function adjusts the gamma based on lookup tables, you
can also have the gamma calculated based on a
-SDL_SetGamma''.
+SDL_!
SetGamma''.
Not all display hardware is able to change
gamma.
@@ -44,6 +44,6 @@
supported).
!!SEE ALSO
-''SDL_SetGamma SDL_GetGammaRamp''
+''SDL_!
SetGamma SDL_!
GetGammaRamp''
----