public static bool wglGetGammaTableI3D(IntPtr,int,out short,out short,out short);
public static bool wglGetGammaTableI3D(IntPtr,int,short[],short[],short[]);
public static bool wglGetGammaTableI3D(IntPtr,int,IntPtr,IntPtr,IntPtr);
public static bool wglGetGammaTableI3D(IntPtr,int,out ushort,out ushort,out ushort);
public static bool wglGetGammaTableI3D(IntPtr,int,ushort[],ushort[],ushort[]);
Wgl Class | Tao.Platform.Windows Namespace