pub(crate) trait Blend {
// Required method
fn blend(&mut self, other: &Self);
}
Expand description
Blends a color inter another one
Required Methods§
Object Safety§
This trait is not object safe.
pub(crate) trait Blend {
// Required method
fn blend(&mut self, other: &Self);
}
Blends a color inter another one