@dragonspark/chroma-kit
    Preparing search index...

    Function jzczhzToHSV

    • Converts a color from JzCzHz to HSV color space.

      This function first converts the JzCzHz color to JzAzBz, then from JzAzBz to HSV. The HSV color space is a cylindrical representation of RGB, using hue, saturation, and value components.

      Parameters

      • color: JzCzHzColor

        The JzCzHz color to convert

      • OptionalpeakLuminance: number = 10000

        The peak luminance of the display, in nits

      Returns HSVColor

      The color in HSV space