| 
    Zephyr Scientific Library (zscilib)
    
   | 
 
CIE 1931 xyY chromaticity coordinates. More...
#include <colorimetry.h>
Data Fields | |
| zsl_real_t | xyy_x | 
| zsl_real_t | xyy_y | 
| zsl_real_t | xyy_Y | 
| enum zsl_clr_obs | observer | 
| enum zsl_clr_illum | illuminant | 
| uint8_t | x_invalid: 1 | 
| uint8_t | y_invalid: 1 | 
| uint8_t | Y_invalid: 1 | 
CIE 1931 xyY chromaticity coordinates.
Definition at line 280 of file colorimetry.h.
| enum zsl_clr_illum zsl_clr_xyy::illuminant | 
The reference illuminant for this data (default = ZSL_CLR_ILLUM_A).
Definition at line 290 of file colorimetry.h.
| enum zsl_clr_obs zsl_clr_xyy::observer | 
The standard observer model this data is based upon.
Definition at line 288 of file colorimetry.h.
| uint8_t zsl_clr_xyy::x_invalid | 
If non-zero, indicates that the xyy_x value is invalid.
Definition at line 292 of file colorimetry.h.
| zsl_real_t zsl_clr_xyy::xyy_x | 
The x component of the xyY chromaticity coordinates.
Definition at line 282 of file colorimetry.h.
| zsl_real_t zsl_clr_xyy::xyy_y | 
The y component of the xyY chromaticity coordinates.
Definition at line 284 of file colorimetry.h.
| zsl_real_t zsl_clr_xyy::xyy_Y | 
The Y component of the xyY chromaticity coordinates.
Definition at line 286 of file colorimetry.h.
| uint8_t zsl_clr_xyy::y_invalid | 
If non-zero, indicates that the xyy_y value is invalid.
Definition at line 294 of file colorimetry.h.
| uint8_t zsl_clr_xyy::Y_invalid | 
If non-zero, indicates that the xyy_Y value is invalid.
Definition at line 296 of file colorimetry.h.
 1.8.17