convert method
convert
Returns a color components in the format of the specified color model.
Returns
A new instance of the IColorComponents
interface
def convert(self, model):
...
Parameter | Type | Description |
---|---|---|
model | ColorModel | The color model. |
See Also
- module
aspose.svg.drawing
- class
Color
- class
IColorComponents