DXGI_DISPLAY_COLOR_SPACE structure

Don't use this structure; it is not supported and it will be removed from the header in a future release.

Syntax


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

Members

PrimaryCoordinates

The primary coordinates, as an 8 by 2 array of FLOAT values.

WhitePoints

The white points, as a 16 by 2 array of FLOAT values.

Requirements

Header

Dxgi.h

See also

DXGI Structures

 

 

Show: