ColorTemperaturePreset Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the values for the possible color temperature presets.
public enum class ColorTemperaturePreset
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class ColorTemperaturePreset
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum ColorTemperaturePreset
var value = Windows.Media.Devices.ColorTemperaturePreset.auto
Public Enum ColorTemperaturePreset
- Inheritance
-
ColorTemperaturePreset
- Attributes
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
Fields
Name | Value | Description |
---|---|---|
Auto | 0 | Indicates that the color temperature is set automatically. |
Manual | 1 | Indicates that the color temperature is set manually. |
Cloudy | 2 | Indicates that the color temperature is adjusted for a cloudy scene. |
Daylight | 3 | Indicates that the color temperature is adjusted for a daylight scene. |
Flash | 4 | Indicates that the color temperature is adjusted for a scene lit by a flash. |
Fluorescent | 5 | Indicates that the color temperature is adjusted for a scene lit by fluorescent light. |
Tungsten | 6 | Indicates that the color temperature is adjusted for a scene lit by tungsten light. |
Candlelight | 7 | Indicates that the color temperature is adjusted for a scene lit by candlelight. |