Tao.Platform.Windows SDK Documentation

Wgl.wglGetGammaTableI3D Method (IntPtr, Int32, UInt16[], UInt16[], UInt16[])

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

See Also

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