Static function
Color.FromHSV
Returns a color from the HSV format
Syntax
Color.FromHSV(h = 0, s = 0, v = 0)
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
h
optional
|
number | 0 |
Hue |
s
optional
|
number | 0 |
Saturation |
v
optional
|
number | 0 |
Value |
Returns
- Color Final Color