Static function
Color.FromHSL
Returns a color from the HSL format
Syntax
Color.FromHSL(h = 0, s = 0, l = 0)
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
h
optional
|
number | 0 |
Hue |
s
optional
|
number | 0 |
Saturation |
l
optional
|
number | 0 |
Lightness |
Returns
- Color Final Color