Trait color::ToYxy [−][src]
pub trait ToYxy { type WhitePoint: WhitePoint; fn to_yxy<T: Channel + Float>(&self) -> Yxy<T, Self::WhitePoint>; }
pub trait ToYxy { type WhitePoint: WhitePoint; fn to_yxy<T: Channel + Float>(&self) -> Yxy<T, Self::WhitePoint>; }
type WhitePoint: WhitePoint
[src]