Esempio n. 1
0
 public static extern void SetMonitorColorTemperature(IntPtr hMonitor, MC_COLOR_TEMPERATURE ctCurrentColorTemperature);
Esempio n. 2
0
 public static extern bool SetMonitorColorTemperature(IntPtr hMonitor, MC_COLOR_TEMPERATURE newColorTemperature);
 public static extern void SetMonitorColorTemperature(IntPtr hMonitor, MC_COLOR_TEMPERATURE ctCurrentColorTemperature);
Esempio n. 4
0
 public static extern bool GetMonitorColorTemperature(IntPtr hMonitor, ref MC_COLOR_TEMPERATURE currentColorTemperature);
 public static extern void GetMonitorColorTemperature(IntPtr hMonitor, [Out] out MC_COLOR_TEMPERATURE pctCurrentColorTemperature);