Skip to content

API Reference / @gtkx/cairo / RadialCircles

Type Alias: RadialCircles

RadialCircles = object

Defined in: types.d.ts:166

The two circles of a radial gradient in pattern space.

Properties

r0

r0: number

Defined in: types.d.ts:172

Radius of the start circle.


r1

r1: number

Defined in: types.d.ts:178

Radius of the end circle.


x0

x0: number

Defined in: types.d.ts:168

Horizontal center of the start circle.


x1

x1: number

Defined in: types.d.ts:174

Horizontal center of the end circle.


y0

y0: number

Defined in: types.d.ts:170

Vertical center of the start circle.


y1

y1: number

Defined in: types.d.ts:176

Vertical center of the end circle.

Released under the MPL-2.0 License.