| 
    Zephyr Scientific Library (zscilib)
    
   | 
 
CIE 1931 XYZ tristimulus values for a standard observer model in 5 nm steps from 360-830 nm (95 steps). More...
#include <colorimetry.h>
Data Fields | |
| enum zsl_clr_obs | observer | 
| char * | name | 
| struct { | |
| zsl_real_t xyz_x | |
| zsl_real_t xyz_y | |
| zsl_real_t xyz_z | |
| } | data [95] | 
CIE 1931 XYZ tristimulus values for a standard observer model in 5 nm steps from 360-830 nm (95 steps).
Definition at line 453 of file colorimetry.h.
| struct { ... } zsl_clr_obs_data::data[95] | 
The observer model's XYZ tristimulus values in 5 nm increments from 360..830 nm (95 values).
| char* zsl_clr_obs_data::name | 
Display name string for the standard observer model.
Definition at line 457 of file colorimetry.h.
| enum zsl_clr_obs zsl_clr_obs_data::observer | 
The CIE standard observer model identifier.
Definition at line 455 of file colorimetry.h.
| zsl_real_t zsl_clr_obs_data::xyz_x | 
The CIE XYZ tristimulus X value.
Definition at line 464 of file colorimetry.h.
| zsl_real_t zsl_clr_obs_data::xyz_y | 
The CIE XYZ tristimulus Y value.
Definition at line 466 of file colorimetry.h.
| zsl_real_t zsl_clr_obs_data::xyz_z | 
The CIE XYZ tristimulus Z value.
Definition at line 468 of file colorimetry.h.
 1.8.17