Converts a color from CIE Lab to HWB color space.
This function uses the automatic conversion system to find the optimal path from Lab to HWB, which typically goes through XYZ and RGB. Gamut mapping is performed during the conversion to ensure the resulting color is within the valid RGB gamut.
The Lab color to convert
Optional
Whether to perform gamut mapping
The color in HWB space
Converts a color from CIE Lab to HWB color space.
This function uses the automatic conversion system to find the optimal path from Lab to HWB, which typically goes through XYZ and RGB. Gamut mapping is performed during the conversion to ensure the resulting color is within the valid RGB gamut.