Function zng_wgt_fill::node::gradient
source ยท pub fn gradient<S>(stops: S) -> GradientBuilder<S::Var>where
S: IntoVar<GradientStops>,
Expand description
Starts building a gradient with the color stops.
pub fn gradient<S>(stops: S) -> GradientBuilder<S::Var>where
S: IntoVar<GradientStops>,
Starts building a gradient with the color stops.