Zephyr Scientific Library (zscilib)
Data Fields
zsl_clr_xyy Struct Reference

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
 

Detailed Description

CIE 1931 xyY chromaticity coordinates.

Definition at line 280 of file colorimetry.h.

Field Documentation

◆ illuminant

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.

◆ observer

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.

◆ x_invalid

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.

◆ xyy_x

zsl_real_t zsl_clr_xyy::xyy_x

The x component of the xyY chromaticity coordinates.

Definition at line 282 of file colorimetry.h.

◆ xyy_y

zsl_real_t zsl_clr_xyy::xyy_y

The y component of the xyY chromaticity coordinates.

Definition at line 284 of file colorimetry.h.

◆ xyy_Y

zsl_real_t zsl_clr_xyy::xyy_Y

The Y component of the xyY chromaticity coordinates.

Definition at line 286 of file colorimetry.h.

◆ y_invalid

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.

◆ Y_invalid

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.


The documentation for this struct was generated from the following file: