// d3dkmdt.h
typedef struct _DXGK_BRIGHTNESS_SENSOR_DATA_CHROMATICITY {
float ChromaticityX;
float ChromaticityY;
} DXGK_BRIGHTNESS_SENSOR_DATA_CHROMATICITY;
View the official Windows Driver Kit DDI referenceNo description available.
The chromaticity coordinates from a color sensor.
ChromaticityXThe X coordinate of the chromaticity.
ChromaticityYThe Y coordinate of the chromaticity.
DXGK_BRIGHTNESS_SENSOR_DATA structure