SetMonitorColorTemperature function dxva2

int SetMonitorColorTemperature(
  1. int hMonitor,
  2. int ctCurrentColorTemperature
)

Sets a monitor's color temperature.

_BOOL SetMonitorColorTemperature(
  HANDLE               hMonitor,
  MC_COLOR_TEMPERATURE ctCurrentColorTemperature
);

Implementation

int SetMonitorColorTemperature(int hMonitor, int ctCurrentColorTemperature) =>
    _SetMonitorColorTemperature(hMonitor, ctCurrentColorTemperature);