SetMonitorColorTemperature function dxva2
Sets a monitor's color temperature.
_BOOL SetMonitorColorTemperature(
HANDLE hMonitor,
MC_COLOR_TEMPERATURE ctCurrentColorTemperature
);
Implementation
int SetMonitorColorTemperature(int hMonitor, int ctCurrentColorTemperature) =>
_SetMonitorColorTemperature(hMonitor, ctCurrentColorTemperature);