Trait color::FloatChannel[][src]

pub trait FloatChannel: Float + Channel {
    fn saturate(self) -> Self { ... }
}

Provided Methods

Implementations on Foreign Types

impl FloatChannel for f32
[src]

impl FloatChannel for f64
[src]

Implementors