public class RadialGradient extends Gradient:
Radial gradient compatible with a canvas-style API.
gradient = RadialGradient(80, 80, 4, 80, 80, 70) gradient.addStop(0.0, Color.white()) gradient.addStop(1.0, Color(15, 23, 42, 1.0))
| Modifier and Type | Member | Description |
|---|---|---|
| public property | r0r0 as Int |
Inner radius. |
| public property | r1r1 as Int |
Outer radius. |
| public property | x0x0 as Int |
Inner circle center X. |
| public property | x1x1 as Int |
Outer circle center X. |
| public property | y0y0 as Int |
Inner circle center Y. |
| public property | y1y1 as Int |
Outer circle center Y. |
| Modifier and Type | Member | Description |
|---|---|---|
| public | RadialGradient | No summary. |