DisplayWireFormatEotf 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 an electro-optical transfer function (EOTF) for encoded pixels. The EOTF defines how a pixel's encoded value is transformed to an optical brightness on a hardware display.
public enum class DisplayWireFormatEotf
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 458752)]
enum class DisplayWireFormatEotf
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 458752)]
public enum DisplayWireFormatEotf
var value = Windows.Devices.Display.Core.DisplayWireFormatEotf.sdr
Public Enum DisplayWireFormatEotf
- Inheritance
-
DisplayWireFormatEotf
- 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 |
---|---|---|
Sdr | 0 | Indicates that pixels are encoded for SDR brightness with a 2.2 gamma curve. |
HdrSmpte2084 | 1 | Indicates that pixels are encoded for the SMPTE ST 2084 transfer function, also known as Perceptual Quantizer (PQ). |