homie-ts

View the Project on GitHub ibloat/homie-ts

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

ColorRGB.constructor method

Constructs a new instance of the ColorRGB class

Signature:

constructor(r: number | ColorHSV, g: number, b: number);

Parameters

Parameter Type Description
r number | ColorHSV  
g number  
b number