DXGI_DISPLAY_COLOR_SPACE 结构 (dxgi.h)

请勿使用此结构;它不受支持,它将在未来的版本中从 标头中删除。

语法

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

成员

PrimaryCoordinates[8]

主坐标,作为 FLOAT 值的 8 乘 2 数组。

WhitePoints[16]

白点,为 16 乘 2 的 FLOAT 值数组。

要求

要求
Header dxgi.h

另请参阅

DXGI 结构