Differences between version 2 and predecessor to the previous major change of SDL_SetGamma(3).
Other diffs: Previous 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 | Revert |
Older page: | version 1 | Last edited on Monday, June 3, 2002 6:53:48 pm | by perry | Revert |
@@ -1,6 +1,6 @@
-SDL_SetGamma
-!!!SDL_SetGamma
+SDL_!
SetGamma
+!!!SDL_!
SetGamma
NAME
SYNOPSIS
DESCRIPTION
RETURN VALUE
@@ -8,25 +8,25 @@
----
!!NAME
-SDL_SetGamma- Sets the color gamma function for the display
+SDL_!
SetGamma- Sets the color gamma function for the display
!!SYNOPSIS
__#include __
-__int SDL_SetGamma__(__float redgamma, float greengamma,
+__int SDL_!
SetGamma__(__float redgamma, float greengamma,
float bluegamma__);
!!DESCRIPTION
Sets the
This function adjusts the gamma based on the
-SDL_SetGammaRamp''.
+SDL_!
SetGammaRamp''.
Not all display hardware is able to change
gamma.
@@ -37,6 +37,6 @@
supported).
!!SEE ALSO
-''SDL_GetGammaRamp SDL_SetGammaRamp''
+''SDL_!
GetGammaRamp SDL_!
SetGammaRamp''
----