DXGK_BRIGHTNESS_SENSOR_DATA_CHROMATICITY - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmdt-_dxgk_brightness_sensor_data_chromaticity)

_DXGK_BRIGHTNESS_SENSOR_DATA_CHROMATICITY structure

Description

The chromaticity coordinates from a color sensor.

Members

ChromaticityX

The X coordinate of the chromaticity.

ChromaticityY

The Y coordinate of the chromaticity.

See also

DXGK_BRIGHTNESS_SENSOR_DATA structure