Share via


IDDCX_COLOR_SPACE-Enumeration (iddcx.h)

Ein IDDCX_COLOR_SPACE Enumerationswert gibt den Farbraum an, der auf dem Monitor verwendet werden soll.

Syntax

typedef enum IDDCX_COLOR_SPACE {
  IDDCX_COLOR_SPACE_UNINITIALIZED = 0,
  IDDCX_COLOR_SPACE_G22_P709 = 1,
  IDDCX_COLOR_SPACE_G2084_P2020 = 2,
  IDDCX_COLOR_SPACE_G22_P709_WCG = 3
} ;

Konstanten

 
IDDCX_COLOR_SPACE_UNINITIALIZED
Wert: 0
Gibt an, dass einer IDDCX_COLOR_SPACE Variablen noch kein aussagekräftiger Wert zugewiesen wurde.
IDDCX_COLOR_SPACE_G22_P709
Wert: 1
Die Standarddefinition für sRGB.
IDDCX_COLOR_SPACE_G2084_P2020
Wert: 2
Die Standarddefinition für HDR10.
IDDCX_COLOR_SPACE_G22_P709_WCG
Wert: 3
Die Standarddefinition für sRGB SDR WCG.

Hinweise

Weitere Informationen zur HDR-Unterstützung finden Sie unter Updates für IddCx Version 1.10.

Anforderungen

Anforderung Wert
Unterstützte Mindestversion (Client) Windows 11, Version 22H2 September Update (IddCx Version 1.10)
Kopfzeile iddcx.h

Weitere Informationen

EVT_IDD_CX_ADAPTER_COMMIT_MODES2

IDDCX_WIRE_FORMAT_INFO