RadialGradient
Overview
RadialGradient is a interface in Aspose.PDF FOSS for TypeScript.
A radial gradient: the ramp runs from the focal point out to the circle (cx, cy, r).
Properties: cx, cy, extend, fx, fy, kind, and 2 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
kind | : 'radial' | Read | Gets the kind. |
cx | : number | Read | Gets the cx. |
cy | : number | Read | Gets the cy. |
r | : number | Read | Gets the r. |
fx | : number | Read | Gets the fx. |
fy | : number | Read | Gets the fy. |
stops | : GradientStop[] | Read | Gets the stops. |
extend | : [boolean, boolean] | Read | Gets the extend. |