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

Defines the color grayscale adjustment functionality

Provided Methods

Desaturate the color to grayscale

Implementors