DXGI_DISPLAY_COLOR_SPACE structure

[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]

Describes ... TBD

Syntax


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

Members

PrimaryCoordinates

Specifies a 2 entry array of FLOAT ... TBD

WhitePoints

Specifies a 2 entry array of FLOAT ... TBD

Remarks

Use this structure with ... TBD

Requirements

Header

Dxgi.h

 

 

Community Additions

Show: