Trait aurum_color::FromColor [] [src]

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

Trait for lossy conversion between color spaces.

Required Methods

Implementors