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

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

Provided methods

fn grayscale(self) -> Self[src]

Loading content...

Implementors

impl<C: Saturate> Grayscale for C[src]

Loading content...