logo
pub trait Adjust: Lighten + AdjustHue + Saturate + Grayscale { }
Expand description

Defines the color adjustment functionality

Implementors