DisplayWireFormatColorSpace 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 constants that specify a color space, typically defined by combinations of three color primaries (red, green, and blue).
public enum class DisplayWireFormatColorSpace
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 458752)]
enum class DisplayWireFormatColorSpace
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 458752)]
public enum DisplayWireFormatColorSpace
var value = Windows.Devices.Display.Core.DisplayWireFormatColorSpace.bT709
Public Enum DisplayWireFormatColorSpace
- Inheritance
-
DisplayWireFormatColorSpace
- Attributes
Windows requirements
Device family |
Windows 10, version 1809 (introduced in 10.0.17763.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v7.0)
|
Fields
Name | Value | Description |
---|---|---|
BT709 | 0 | Indicates that pixels are encoded for the BT.709 standard color primaries. |
BT2020 | 1 | Indicates that pixels are encoded for the BT.2020 standard color primaries. |
ProfileDefinedWideColorGamut | 2 | Indicates that pixels are encoded for an exact color space defined in the currently applied color profile. |