Trait color::ToXyz [−][src]
pub trait ToXyz { type WhitePoint: WhitePoint; fn to_xyz<T: Channel + Float + Debug>(&self) -> Xyz<T, Self::WhitePoint>; }
Associated Types
type WhitePoint: WhitePoint
[src]
Required methods
Loading content...Implementors
impl<T: Channel, S: MatrixColorSpace + TransferFunction> ToXyz for Rgb<T, S>
[src]
impl<T: Channel, S: MatrixColorSpace + TransferFunction> ToXyz for Rgb<T, S>
[src]