Structures
VkXYColorEXT
Specify X,Y chromaticity coordinates
The VkXYColorEXT
structure is defined as:
typedef struct VkXYColorEXT {
float x;
float y;
} VkXYColorEXT;
x
is the x chromaticity coordinate.y
is the y chromaticity coordinate.
Chromaticity coordinates are as specified in CIE 15:2004 Calculation of chromaticity coordinates
(Section 7.3) and are limited to between 0 and 1
for real colors.