Root definitions

RadialGradient

Permalink

Properties

gradient Required

string

The type of gradient. Use "radial" for a radial gradient.

id

string

r1

number

The radius length, in normalized [0, 1] coordinates, of the inner circle for the gradient.

Default value: 0

r2

number

The radius length, in normalized [0, 1] coordinates, of the outer circle for the gradient.

Default value: 0.5

stops Required

Array<GradientStop>

An array of gradient stops defining the gradient color sequence.

x1

number

The x-coordinate, in normalized [0, 1] coordinates, for the center of the inner circle for the gradient.

Default value: 0.5

x2

number

The x-coordinate, in normalized [0, 1] coordinates, for the center of the outer circle for the gradient.

Default value: 0.5

y1

number

The y-coordinate, in normalized [0, 1] coordinates, for the center of the inner circle for the gradient.

Default value: 0.5

y2

number

The y-coordinate, in normalized [0, 1] coordinates, for the center of the outer circle for the gradient.

Default value: 0.5

Loading...

Editor and Validator