public static int wglSetGammaTableI3D(IntPtr,IntPtr,int,ref short,ref short,ref short);
public static int wglSetGammaTableI3D(IntPtr,IntPtr,int,short[],short[],short[]);
public static int wglSetGammaTableI3D(IntPtr,IntPtr,int,IntPtr,IntPtr,IntPtr);
public static int wglSetGammaTableI3D(IntPtr,IntPtr,int,UInt16*,UInt16*,UInt16*);
public static int wglSetGammaTableI3D(IntPtr,IntPtr,int,ref ushort,ref ushort,ref ushort);
public static int wglSetGammaTableI3D(IntPtr,IntPtr,int,ushort[],ushort[],ushort[]);
Wgl Class | Tao.Platform.Windows Namespace