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