SetMonitorRedGreenOrBlueGain function dxva2

int SetMonitorRedGreenOrBlueGain(
  1. int hMonitor,
  2. int gtGainType,
  3. int dwNewGain
)

Sets a monitor's red, green, or blue gain value.

_BOOL SetMonitorRedGreenOrBlueGain(
  HANDLE       hMonitor,
  MC_GAIN_TYPE gtGainType,
  DWORD        dwNewGain
);

Implementation

int SetMonitorRedGreenOrBlueGain(int hMonitor, int gtGainType, int dwNewGain) =>
    _SetMonitorRedGreenOrBlueGain(hMonitor, gtGainType, dwNewGain);