with_hue method
with_hue
Creates copy of the Color with specified Hue.
Returns
A new instance of the
Color
class.
def with_hue(self, hue):
...
Parameter | Type | Description |
---|---|---|
hue | float | Value of Hue. |
See Also
- module
aspose.svg.drawing
- class
Color
Creates copy of the Color with specified Hue.
A new instance of the
Color
class.
def with_hue(self, hue):
...
Parameter | Type | Description |
---|---|---|
hue | float | Value of Hue. |
aspose.svg.drawing
Color