@tempots/color > HSV > toString
Returns a string representation of the HSV color. The format of the string is "hsv(hue, saturation, value)".
Signature:
readonly toString: () => string;