stack

Home > @infiniteobjects/data-types > Color > toHsvString

Color.toHsvString() method

Returns the hsva values interpolated into a string with the following format: “hsva(xxx, xxx, xxx, xx)”.

Signature:

toHsvString(): string;

Returns:

string