DisplayWireFormatEotf Enum

Definition

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

HdrSmpte2084 1

Indicates that pixels are encoded for the SMPTE ST 2084 transfer function, also known as Perceptual Quantizer (PQ).

Sdr 0

Indicates that pixels are encoded for SDR brightness with a 2.2 gamma curve.

Applies to