Trait color::FloatChannel[][src]

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

Provided methods

fn saturate(self) -> Self[src]

Loading content...

Implementations on Foreign Types

impl FloatChannel for f32[src]

impl FloatChannel for f64[src]

Loading content...

Implementors

Loading content...