Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |