CHROMATICITY_COORDINATE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntddvdeo.h

typedef struct _CHROMATICITY_COORDINATE {
  float x;
  float y;
} CHROMATICITY_COORDINATE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntddvdeo-_chromaticity_coordinate)

_CHROMATICITY_COORDINATE structure

Description

Contains CIE 1931 chromaticity coordinates from a color sensor.

Members

x

x-coordinate.

y

y-coordinate.