Trait aurum_color::IntoColor [] [src]

pub trait IntoColor<T: Sized>: Sized {
    fn into_color(self) -> T;
}

Blanket impl over FromColor.

Required Methods

Implementors