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

    Function jzczhzToHWB

    • Converts a color from JzCzHz to HWB color space.

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

      Parameters

      • color: JzCzHzColor

        The JzCzHzColor color to convert

      • OptionalpeakLuminance: number = 10000

        The peak luminance of the display, in nits

      Returns HWBColor

      The color in HWB space