Tao.Sdl SDK Documentation

Sdl.SDL_GetGammaRamp Method (UInt16[], UInt16[], UInt16[])

[Visual Basic]
Overloads Public Shared Function SDL_GetGammaRamp( _
   ByVal red As UInt16(), _
   ByVal green As UInt16(), _
   ByVal blue As UInt16() _
) As Integer
[C#]
public static int SDL_GetGammaRamp(
   ushort[] red,
   ushort[] green,
   ushort[] blue
);

See Also

Sdl Class | Tao.Sdl Namespace | Sdl.SDL_GetGammaRamp Overload List