ColorTemperaturePreset Enum

Definition

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

Auto 0

Indicates that the color temperature is set automatically.

Candlelight 7

Indicates that the color temperature is adjusted for a scene lit by candlelight.

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.

Manual 1

Indicates that the color temperature is set manually.

Tungsten 6

Indicates that the color temperature is adjusted for a scene lit by tungsten light.

Applies to