Condividi tramite


enumerazione IDDCX_DISPLAYCONFIG_MONITOR_COLORMODE (iddcx.h)

Un valore di enumerazione IDDCX_DISPLAYCONFIG_MONITOR_COLORMODE specifica la modalità colore da impostare su un monitoraggio.

Sintassi

typedef enum IDDCX_DISPLAYCONFIG_MONITOR_COLORMODE {
  IDDCX_DISPLAYCONFIG_MONITOR_COLORMODE_UNINITIALIZED = 0,
  IDDCX_DISPLAYCONFIG_MONITOR_COLORMODE_SDR = 1,
  IDDCX_DISPLAYCONFIG_MONITOR_COLORMODE_SDRWCG = 2,
  IDDCX_DISPLAYCONFIG_MONITOR_COLORMODE_HDR10 = 3
} ;

Costanti

 
IDDCX_DISPLAYCONFIG_MONITOR_COLORMODE_UNINITIALIZED
Valore: 0
Indica che una variabile IDDCX_DISPLAYCONFIG_MONITOR_COLORMODE non è ancora stata assegnata un valore significativo.
IDDCX_DISPLAYCONFIG_MONITOR_COLORMODE_SDR
Valore: 1
Consente a un driver di indicare che vuole essere eseguito in modalità SDR anche se il sistema operativo potrebbe voler usare HDR o WCG SDR.
IDDCX_DISPLAYCONFIG_MONITOR_COLORMODE_SDRWCG
Valore: 2
Consente a un driver di indicare che vuole essere eseguito in modalità WCG SDR anche se il sistema operativo potrebbe voler usare HDR o SDR.
IDDCX_DISPLAYCONFIG_MONITOR_COLORMODE_HDR10
Valore: 3
Consente a un driver di indicare che vuole eseguire in modalità HDR anche se il sistema operativo potrebbe voler usare SDR o SDR WCG.

Commenti

Per altre informazioni sul supporto HDR, vedere Aggiornamenti di IddCx versione 1.10.

Requisiti

Requisito Valore
Client minimo supportato Windows 11, versione 22H2 Settembre Update (IddCx versione 1.10)
Intestazione iddcx.h

Vedi anche

IDARG_IN_ADAPTERDISPLAYCONFIGUPDATE2

IDDCX_DISPLAYCONFIG_MODE

IDDCX_DISPLAYCONFIGPATH2

IddCxAdapterDisplayConfigUpdate2