@tempots/color > HSLA > toString
Returns a string representation of the HSLA color in the format "hsla(hue, saturation%, lightness%, alpha)".
Signature:
readonly toString: () => string;