Trait color::ToYxy [−][src]
pub trait ToYxy {
type WhitePoint: WhitePoint;
fn to_yxy<T: Channel + Float>(&self) -> Yxy<T, Self::WhitePoint>;
}Associated Types
type WhitePoint: WhitePoint[src]
Required methods
Loading content...Implementors
Loading content...