Trait primitives::colorspace::adjust::Grayscale[][src]

pub trait Grayscale: Saturate {
    fn grayscale(self) -> Self { ... }
}

Provided methods

Implementors