DXGK_BRIGHTNESS_SENSOR_DATA_CHROMATICITY structure (d3dkmdt.h)

The chromaticity coordinates from a color sensor.

Syntax

typedef struct _DXGK_BRIGHTNESS_SENSOR_DATA_CHROMATICITY {
  float ChromaticityX;
  float ChromaticityY;
} DXGK_BRIGHTNESS_SENSOR_DATA_CHROMATICITY;

Members

ChromaticityX

The X coordinate of the chromaticity.

ChromaticityY

The Y coordinate of the chromaticity.

Requirements

Requirement Value
Header d3dkmdt.h

See also

DXGK_BRIGHTNESS_SENSOR_DATA structure