@tempots/color

HSV.toString property

Returns a string representation of the HSV color. The format of the string is "hsv(hue, saturation, value)".

Signature:

readonly toString: () => string;