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