Function
conic
function conic(stops: StopInput[], options?: Omit<ConicGradientOptions, "stops">): ConicGradient;
Conic (angular) gradient. On arcs and sectors it spans the arc by default, so a ring’s ramp always runs from its start cap to its end cap.
Parameters#
| Parameter | Type |
|---|---|
stops | StopInput[] |
options | Omit<ConicGradientOptions, "stops"> |