from_known_color method
from_known_color
Creates a Color
structure from the specified predefined color.
Returns
The Color
that this method creates.
def from_known_color(self, color):
...
Parameter | Type | Description |
---|---|---|
color | KnownColor | An element of the KnownColor enumeration. |
See Also
- module
aspose.cad
- class
Color
- class
KnownColor