stack

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

Color.toHslString() method

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

Signature:

toHslString(): string;

Returns:

string