Trait color::ToLab [−][src]
pub trait ToLab { type WhitePoint: WhitePoint; fn to_lab<T: Channel>(&self) -> Lab<T, Self::WhitePoint>; }
pub trait ToLab { type WhitePoint: WhitePoint; fn to_lab<T: Channel>(&self) -> Lab<T, Self::WhitePoint>; }
type WhitePoint: WhitePoint
[src]fn to_lab<T: Channel>(&self) -> Lab<T, Self::WhitePoint>
[src]