DisplayWireFormatPixelEncoding Enum

Definition

Defines constants that specify the color model and chroma subsampling format used to encode pixel data.

public enum class DisplayWireFormatPixelEncoding
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 458752)]
enum class DisplayWireFormatPixelEncoding
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 458752)]
public enum DisplayWireFormatPixelEncoding
var value = Windows.Devices.Display.Core.DisplayWireFormatPixelEncoding.rgb444
Public Enum DisplayWireFormatPixelEncoding
Inheritance
DisplayWireFormatPixelEncoding
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

Intensity 4

Indicates a single grayscale channel and no chroma data.

Rgb444 0

Indicates RGB color channels with no chroma subsampling.

Ycc420 3

Indicates YCbCr color channels with 4:2:0 chroma subsampling.

Ycc422 2

Indicates YCbCr color channels with 4:2:2 chroma subsampling.

Ycc444 1

Indicates YCbCr color channels with no chroma subsampling.

Applies to