Home > @ibloat/homie-ts > ColorHSV
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Wraps HSV colors for PropertyType.COLOR property values
Property | Access Modifier | Type | Description |
---|---|---|---|
h |
number |
||
s |
number |
||
v |
number |
Method | Access Modifier | Returns | Description |
---|---|---|---|
constructor(h, s, v) |
Constructs a new instance of the ColorHSV class | ||
toRGB() |
ColorRGB |