homie-ts

View the Project on GitHub ibloat/homie-ts

Home > @ibloat/homie-ts > ColorHSV > constructor

ColorHSV.constructor method

Constructs a new instance of the ColorHSV class

Signature:

constructor(h: number | ColorRGB, s: number, v: number);

Parameters

Parameter Type Description
h number | ColorRGB  
s number  
v number