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

NameTypeAccessDescription
kind: 'radial'ReadGets the kind.
cx: numberReadGets the cx.
cy: numberReadGets the cy.
r: numberReadGets the r.
fx: numberReadGets the fx.
fy: numberReadGets the fy.
stops: GradientStop[]ReadGets the stops.
extend: [boolean, boolean]ReadGets the extend.