color method
color
Sets the paint to a specific color.
Returns
The builder instance for chaining.
def color(self, color_value):
...
| Parameter | Type | Description |
|---|---|---|
| color_value | aspose.pydrawing.Color | The color to set. |
See Also
- module
aspose.svg.builder - class
PaintBuilder