pub fn gradient<S>(
stops: S,
) -> GradientBuilder<<S as IntoVar<GradientStops>>::Var>where
S: IntoVar<GradientStops>,
Expand description
Starts building a gradient with the color stops.
pub fn gradient<S>(
stops: S,
) -> GradientBuilder<<S as IntoVar<GradientStops>>::Var>where
S: IntoVar<GradientStops>,
Starts building a gradient with the color stops.