pub fn gradient_to_css(stops: &[GradientStopSpec]) -> StringExpand description
The canonical gradient string for stops: linear-gradient(to right, #rrggbb P%, …) with every position explicit.
pub fn gradient_to_css(stops: &[GradientStopSpec]) -> StringThe canonical gradient string for stops: linear-gradient(to right, #rrggbb P%, …) with every position explicit.