Trait dcolor::ClampInto [] [src]

pub trait ClampInto<T> {
    fn clamp_into(self) -> T;
}

Interpolate into another clamped type.

Required Methods

Implementors