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