Trait components::colorspace::Grayscale[]

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

Provided methods

pub fn grayscale(self) -> Self

Loading content...

Implementors

impl<C> Grayscale for C where
    C: Saturate

Loading content...