Tao.Sdl SDK Documentation
Sdl.SDL_SetGammaRamp Method
[Visual Basic]
Public Shared Function SDL_SetGammaRamp( _
ByVal
red
As
Short()
, _
ByVal
green
As
Short()
, _
ByVal
blue
As
Short()
_
) As
Integer
[C#]
public static
int
SDL_SetGammaRamp(
short[]
red
,
short[]
green
,
short[]
blue
);
See Also
Sdl Class
|
Tao.Sdl Namespace