MC_GAIN_TYPE enumeration (highlevelmonitorconfigurationapi.h)

Specifies whether to get or set a monitor's red, green, or blue gain.

Syntax

typedef enum _MC_GAIN_TYPE {
  MC_RED_GAIN,
  MC_GREEN_GAIN,
  MC_BLUE_GAIN
} MC_GAIN_TYPE;

Constants

 
MC_RED_GAIN
Red gain.
MC_GREEN_GAIN
Green gain.
MC_BLUE_GAIN
Blue gain.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header highlevelmonitorconfigurationapi.h

See also

GetMonitorRedGreenOrBlueGain

Monitor Configuration Enumeration Types

SetMonitorRedGreenOrBlueGain