toLABa
Converts the current color from the LCHABa color space to the LABa color space.
The method computes the a
and b
coordinates using the chroma (c
) and hue (h
) values, while retaining the lightness (l
) and alpha values of the color.
Return
A ColorLABa
instance representing the color in the LABa color space.