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