Zephyr Scientific Library (zscilib)
Data Fields
zsl_clr_obs_data Struct Reference

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]
 

Detailed Description

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.

Field Documentation

◆ data

struct { ... } zsl_clr_obs_data::data[95]

The observer model's XYZ tristimulus values in 5 nm increments from 360..830 nm (95 values).

◆ name

char* zsl_clr_obs_data::name

Display name string for the standard observer model.

Definition at line 457 of file colorimetry.h.

◆ observer

enum zsl_clr_obs zsl_clr_obs_data::observer

The CIE standard observer model identifier.

Definition at line 455 of file colorimetry.h.

◆ xyz_x

zsl_real_t zsl_clr_obs_data::xyz_x

The CIE XYZ tristimulus X value.

Definition at line 464 of file colorimetry.h.

◆ xyz_y

zsl_real_t zsl_clr_obs_data::xyz_y

The CIE XYZ tristimulus Y value.

Definition at line 466 of file colorimetry.h.

◆ xyz_z

zsl_real_t zsl_clr_obs_data::xyz_z

The CIE XYZ tristimulus Z value.

Definition at line 468 of file colorimetry.h.


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