add method
add(self, position, color, alpha)
Add a gradient stop.
def add(self, position, color, alpha):
...
Parameter | Type | Description |
---|---|---|
position | float | The position of the stop,in unit of percentage. |
color | CellsColor | The color of the stop. |
alpha | int | The alpha of the color. |
add(self, position, color, alpha)
Add a gradient stop.
def add(self, position, color, alpha):
...
Parameter | Type | Description |
---|---|---|
position | float | The position of the stop,in unit of percentage. |
color | aspose.pydrawing.Color | The color of the stop. |
alpha | int | The alpha of the color. |
See Also
- module
aspose.cells.drawing
- class
GradientStopCollection