Trait FloatChannel
color
pub trait FloatChannel: Float + Channel { fn saturate(self) -> Self { ... } }
fn saturate(self) -> Self
impl FloatChannel for f32
impl FloatChannel for f64