Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 774 Bytes

displaywireformateotf.md

File metadata and controls

27 lines (19 loc) · 774 Bytes
-api-id -api-type ms.custom
T:Windows.Devices.Display.Core.DisplayWireFormatEotf
winrt enum
RS5

Windows.Devices.Display.Core.DisplayWireFormatEotf

-description

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.

-enum-fields

-field HdrSmpte2084:1

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

-field Sdr:0

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

-remarks

-see-also

-examples