conic_gradient

Function conic_gradient 

Source
pub fn conic_gradient(
    center: impl IntoVar<Point>,
    angle: impl IntoVar<AngleRadian>,
    stops: impl IntoVar<GradientStops>,
) -> ConicGradient
Expand description

Starts building a conic gradient with the angle and color stops.

Returns a node that is also a builder that can be used to refine the gradient definition.