LinearGradientBrush constructor
Leave feedback
On this page
Initializes a new instance of the LinearGradientBrush class with default values.
def __init__(self):
...
Initializes a new instance of the LinearGradientBrush class.
def __init__(self, start_color, end_color, angle):
...
| Parameter | Type | Description |
|---|---|---|
| start_color | aspose.pydrawing.Color | Start color. |
| end_color | aspose.pydrawing.Color | End color. |
| angle | float | Angle. Default value is 0. |
- module
groupdocs.signature.domain.extensions - class
LinearGradientBrush
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.