Trait primitives::colorspace::convert::IntoColor[][src]

pub trait IntoColor<To> {
    fn into_color(self) -> To;
}

Required methods

Implementors