Trait dcolor::IntoColor [] [src]

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

Lossy conversion into another color type.

Required Methods

Implementors