pub(crate) trait Blend { // Required method fn blend(&mut self, other: &Self); }
Blends a color inter another one
Blends a color in-place.