pub trait WhitePoint: Default {
    // Required method
    fn xyz<T: Channel + Float>() -> Xyz<T, D50>;
}

Required Methods§

source

fn xyz<T: Channel + Float>() -> Xyz<T, D50>

Implementors§