toHSVa
Converts this ColorXSVa
instance to a ColorHSVa
representation.
The conversion maps the hue (x
) from the ColorXSVa
space to the equivalent hue in the ColorHSVa
space while keeping the saturation (s
), value (v
), and alpha (alpha
) unchanged.
Return
A ColorHSVa
representing the corresponding color in the HSV color model.