Share via


DXGI_DISPLAY_COLOR_SPACE struttura (dxgi.h)

Non usare questa struttura; non è supportato e verrà rimosso dall'intestazione in una versione futura.

Sintassi

typedef struct DXGI_DISPLAY_COLOR_SPACE {
  FLOAT PrimaryCoordinates[8][2];
  FLOAT WhitePoints[16][2];
} DXGI_DISPLAY_COLOR_SPACE;

Members

PrimaryCoordinates[8]

Le coordinate primarie, come matrice 8 per 2 di valori FLOAT.

WhitePoints[16]

I punti vuoti, come matrice 16 per 2 di valori FLOAT.

Requisiti

Requisito Valore
Intestazione dxgi.h

Vedi anche

Strutture DXGI