Converts a P3 color to the HSL color space.
This function first converts the P3 color to RGB, then from RGB to HSL. The HSL color space represents colors using hue, saturation, and lightness components.
The P3 color to convert
The color in HSL space
Converts a P3 color to the HSL color space.
This function first converts the P3 color to RGB, then from RGB to HSL. The HSL color space represents colors using hue, saturation, and lightness components.