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

Required Methods

Implementors