from_lab method
from_lab
Returns a new Color with the requested lightness, A, B values.
Returns
A new instance of the Color
class
def from_lab(self, lightness, a, b):
...
Parameter | Type | Description |
---|---|---|
lightness | float | A float that represents the lightness component of the color. |
a | float | A float that represents the A component of the color. |
b | float | A float that represents the B component of the color. |
See Also
- module
aspose.svg.drawing
- class
Color