Trait ux::colorspace::Grayscale[][src]

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

Provided methods

pub fn grayscale(self) -> Self[src]

Loading content...

Implementors

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

Loading content...