Tao.Platform.Windows SDK Documentation

Wgl.wglSetGammaTableI3D Method (IntPtr, Int32, Int16[], Int16[], Int16[])

[Visual Basic]
Overloads Public Shared Function wglSetGammaTableI3D( _
   ByVal hDC As IntPtr, _
   ByVal iEntries As Integer, _
   ByVal puRed As Short(), _
   ByVal puGreen As Short(), _
   ByVal puBlue As Short() _
) As Boolean
[C#]
public static bool wglSetGammaTableI3D(
   IntPtr hDC,
   int iEntries,
   short[] puRed,
   short[] puGreen,
   short[] puBlue
);

See Also

Wgl Class | Tao.Platform.Windows Namespace | Wgl.wglSetGammaTableI3D Overload List