toXYZa

Converts the current color from the LCHABa color space to the XYZa color space.

The method first transforms the color to the LABa color space using the toLABa method, and then converts the resulting LABa color to the XYZa color space.

Return

A ColorXYZa instance representing the color in the XYZa color space.