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