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

Required Methods

Implementors