Converts an HSV color to the CIE Lab color space.
This function first converts the HSV color to RGB, then from RGB to Lab. The Lab color space is designed to be perceptually uniform and device-independent.
The HSV color to convert
The color in Lab space
Converts an HSV color to the CIE Lab color space.
This function first converts the HSV color to RGB, then from RGB to Lab. The Lab color space is designed to be perceptually uniform and device-independent.