homie-ts

View the Project on GitHub ibloat/homie-ts

Home > @ibloat/homie-ts > ColorHSV

ColorHSV class

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

Properties

Property Access Modifier Type Description
h   number  
s   number  
v   number  

Methods

Method Access Modifier Returns Description
constructor(h, s, v)     Constructs a new instance of the ColorHSV class
toRGB()   ColorRGB