logo
pub trait ColorTransition: Clone + Copy + From<Color> + Into<Color> { }
Expand description

Defines ColorTransition marker

Implementors