color method
color
Sets the color value based on a Color object.
Returns
The current instance of ColorBuilder for method chaining.
def color(self, color_value):
...
| Parameter | Type | Description |
|---|---|---|
| color_value | aspose.pydrawing.Color | The Color object to set the color to. |
See Also
- module
aspose.svg.builder - class
ColorBuilder