Struct siege_color::chromaticities::Chromaticity [] [src]

pub struct Chromaticity {
    pub red: Vec2<f32>,
    pub green: Vec2<f32>,
    pub blue: Vec2<f32>,
    pub white: Vec2<f32>,
}

Chromaticity points specified in CIE 1931 XYZ space

Fields

Trait Implementations

Auto Trait Implementations

impl Send for Chromaticity

impl Sync for Chromaticity