Tao.Platform.Windows SDK Documentation

Wgl.wglSetGammaTableI3D Method (IntPtr, Int32, UInt16, UInt16, UInt16)

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

See Also

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