@tempots/color > LUV > toString
Returns a string representation of the LUV color. The string is formatted as "luv(l, u, v)".
Signature:
readonly toString: () => string;