MC_COLOR_TEMPERATURE enumeration (highlevelmonitorconfigurationapi.h)

Describes a monitor's color temperature.

Syntax

typedef enum _MC_COLOR_TEMPERATURE {
  MC_COLOR_TEMPERATURE_UNKNOWN,
  MC_COLOR_TEMPERATURE_4000K,
  MC_COLOR_TEMPERATURE_5000K,
  MC_COLOR_TEMPERATURE_6500K,
  MC_COLOR_TEMPERATURE_7500K,
  MC_COLOR_TEMPERATURE_8200K,
  MC_COLOR_TEMPERATURE_9300K,
  MC_COLOR_TEMPERATURE_10000K,
  MC_COLOR_TEMPERATURE_11500K
} MC_COLOR_TEMPERATURE, *LPMC_COLOR_TEMPERATURE;

Constants

 
MC_COLOR_TEMPERATURE_UNKNOWN
Unknown temperature.
MC_COLOR_TEMPERATURE_4000K
4,000 kelvins (K).
MC_COLOR_TEMPERATURE_5000K
5,000 K.
MC_COLOR_TEMPERATURE_6500K
6,500 K.
MC_COLOR_TEMPERATURE_7500K
7,500 K.
MC_COLOR_TEMPERATURE_8200K
8,200 K.
MC_COLOR_TEMPERATURE_9300K
9,300 K
MC_COLOR_TEMPERATURE_10000K
10,000 K.
MC_COLOR_TEMPERATURE_11500K
11,500 K.

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

GetMonitorColorTemperature

Monitor Configuration Enumeration Types

SetMonitorColorTemperature