pub(crate) trait Invert { // Required method fn invert(&mut self); }
Invert a color
Inverts a color in-place.