This topic has not yet been rated - Rate this topic

MC_GAIN_TYPE enumeration

Applies to: desktop apps only

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

Syntax

typedef enum _MC_GAIN_TYPE {
  MC_RED_GAIN     = 0,
  MC_GREEN_GAIN   = 1,
  MC_BLUE_GAIN    = 2 
} MC_GAIN_TYPE;

Constants

MC_RED_GAIN

Red gain.

MC_GREEN_GAIN

Green gain.

MC_BLUE_GAIN

Blue gain.

Requirements

Minimum supported client

Windows Vista

Minimum supported server

Windows Server 2008

Header

HighLevelMonitorConfigurationAPI.h

See also

Monitor Configuration Enumeration Types
GetMonitorRedGreenOrBlueGain
SetMonitorRedGreenOrBlueGain

 

 

Send comments about this topic to Microsoft

Build date: 2/3/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.