@tempots/color > XYZ > toString
Returns a string representation of the XYZ object. The string is formatted as "XYZ(x, y, z)".
Signature:
readonly toString: () => string;