Tao.Sdl SDK Documentation

Sdl.SDL_SetGamma Method 

[Visual Basic]
Public Shared Function SDL_SetGamma( _
   ByVal red As Single, _
   ByVal green As Single, _
   ByVal blue As Single _
) As Integer
[C#]
public static int SDL_SetGamma(
   float red,
   float green,
   float blue
);

See Also

Sdl Class | Tao.Sdl Namespace