Trait dcolor::FromColor [] [src]

pub trait FromColor<F> {
    fn from_color(color: F) -> Self;
}

Lossy conversion from another color type.

Required Methods

Implementors