Converts a color from JzAzBz to HSL color space.
This function first converts the JzAzBz color to RGB, then from RGB to HSL. The HSL color space is a cylindrical representation of RGB, using hue, saturation, and lightness components.
The JzAzBz color to convert
Optional
The peak luminance of the display, in nits
The color in HSL space
Converts a color from JzAzBz to HSL color space.
This function first converts the JzAzBz color to RGB, then from RGB to HSL. The HSL color space is a cylindrical representation of RGB, using hue, saturation, and lightness components.