pub trait IntoColorStops {
// Required method
fn into_even_stops(self) -> ColorStops;
}Expand description
Trait for types that can be converted into evenly-spaced color stops
pub trait IntoColorStops {
// Required method
fn into_even_stops(self) -> ColorStops;
}Trait for types that can be converted into evenly-spaced color stops