Home > @infiniteobjects/data-types > Color > toHslString
Returns the hsla values interpolated into a string with the following format: “hsla(xxx, xxx, xxx, xx)”.
Signature:
toHslString(): string;
Returns:
string