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]

Loading content...

Required methods

fn to_yxy<T: Channel + Float>(&self) -> Yxy<T, Self::WhitePoint>[src]

Loading content...

Implementors

impl<T: Channel + Float, Wp: WhitePoint> ToYxy for Xyz<T, Wp>[src]

type WhitePoint = Wp

Loading content...