pub trait ToOkLab {
    fn to_oklab<T: Channel>(&self) -> OkLab<T>;
}

Required Methods

Implementors