GradientAxialShading
Overview
GradientAxialShading is a class in Aspose.PDF FOSS for Python.
Represents axial (linear) gradient shading.
This class provides 1 method for working with GradientAxialShading objects in Python programs.
Available methods include: __init__.
All public members are accessible to any Python application after installing the Aspose.PDF FOSS for Python package.
Properties: end, end_color, start, start_color.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
start_color | Color | Read | Get the start color. |
end_color | Color | Read | Get the end color. |
start | Point | Read | Get the start point. |
end | Point | Read | Get the end point. |
Methods
| Signature | Description |
|---|---|
__init__(start_color: Color, end_color: Color, start: Point | None, end: Point | None) | Initialize axial gradient shading. |