Trait color::FloatColor[][src]

pub trait FloatColor<T>: Color<T> {
    fn saturate(self) -> Self;
}

Required Methods

Implementors