Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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_UNKNOWNUnknown temperature. |
MC_COLOR_TEMPERATURE_4000K4,000 kelvins (K). |
MC_COLOR_TEMPERATURE_5000K5,000 K. |
MC_COLOR_TEMPERATURE_6500K6,500 K. |
MC_COLOR_TEMPERATURE_7500K7,500 K. |
MC_COLOR_TEMPERATURE_8200K8,200 K. |
MC_COLOR_TEMPERATURE_9300K9,300 K |
MC_COLOR_TEMPERATURE_10000K10,000 K. |
MC_COLOR_TEMPERATURE_11500K11,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 |