create_radial_gradient method
create_radial_gradient
Creates a radial gradient given by the coordinates of the two circles represented by the parameters.
Returns
A radial CanvasGradient initialized with the two specified circles.
def create_radial_gradient(self, x0, y0, r0, x1, y1, r1):
...
| Parameter | Type | Description |
|---|---|---|
| x0 | float | The x axis of the coordinate of the start circle. |
| y0 | float | The y axis of the coordinate of the start circle |
| r0 | float | The radius of the start circle. |
| x1 | float | The x axis of the coordinate of the end circle. |
| y1 | float | The y axis of the coordinate of the end circle. |
| r1 | float | The radius of the end circle. |
See Also
- module
aspose.html.dom.canvas - class
ICanvasRenderingContext2D