add_luminosity method
add_luminosity
Creates copy of the Color with Sum of its luminosity and the delta value.
Returns
A new instance of the Color class
def add_luminosity(self, delta):
...
| Parameter | Type | Description |
|---|---|---|
| delta | float | Value of luminosity |
See Also
- module
aspose.svg.drawing - class
Color