RadialGradient
Overview
RadialGradient is a type in Aspose.PDF FOSS for Go.
RadialGradient interpolates colour from the focal point (FX, FY) out to the circle centred at (CX, CY) with radius R.
Properties: CX, CY, FX, FY, R, Stops.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
CX | float64 | Read/Write | Gets the cx. |
CY | float64 | Read/Write | Gets the cy. |
R | float64 | Read/Write | Gets the r. |
FX | float64 | Read/Write | Gets the fx. |
FY | float64 | Read/Write | Gets the fy. |
Stops | []GradientStop | Read/Write | Gets the stops. |