Tao.Platform.Windows SDK Documentation

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

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

Parameters

extensionPointer
hDC
iEntries
puRed
puGreen
puBlue

Return Value

See Also

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