static extern bool GetDeviceGammaRamp(IntPtr hdc, IntPtr lpRamp);
public static extern int GetDeviceGammaRamp(IntPtr hDC, ref RAMP lpRamp);