create method
create
Creates a solid color using the specified string representation and Color object.
Returns
An opaque object describing the created solid color.
def create(self, string_color, color):
...
Parameter | Type | Description |
---|---|---|
string_color | str | The string representation of the color. |
color | aspose.pydrawing.Color | The Color object representing the color. |
See Also
- module
aspose.svg.dom.canvas
- class
ICanvasSolidFactory