DXGI_DISPLAY_COLOR_SPACE structure (dxgi.h)
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[8]
The primary coordinates, as an 8 by 2 array of FLOAT values.
WhitePoints[16]
The white points, as a 16 by 2 array of FLOAT values.
Requirements
Requirement | Value |
---|---|
Header | dxgi.h |