from_oklab method
from_oklab
Returns a new Color with the requested lightness, A, B values for OKLAB model.
Returns
A new instance of the Color
class
def from_oklab(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