Share via


DisplayBitsPerChannel Enumeration

Definition

Definiert Konstanten, die eine Anzahl von Bits pro Kanal als Flags angeben.

Diese Enumeration unterstützt eine bitweise Kombination ihrer Memberwerte.

public enum class DisplayBitsPerChannel
/// [System.Flags]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 458752)]
enum class DisplayBitsPerChannel
[System.Flags]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 458752)]
public enum DisplayBitsPerChannel
var value = Windows.Devices.Display.Core.DisplayBitsPerChannel.none
Public Enum DisplayBitsPerChannel
Vererbung
DisplayBitsPerChannel
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10, version 1809 (eingeführt in 10.0.17763.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v7.0)

Felder

Bpc10 4

Gibt 10 Bits pro Kanal an.

Bpc12 8

Gibt 12 Bits pro Kanal an.

Bpc14 16

Gibt 14 Bits pro Kanal an.

Bpc16 32

Gibt 16 Bits pro Kanal an.

Bpc6 1

Gibt 6 Bits pro Kanal an.

Bpc8 2

Gibt 8 Bits pro Kanal an.

None 0

Gibt keine bestimmte Anzahl von Bits pro Kanal an.

Gilt für: