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

    Function jzazbzToHWB

    • Converts a color from JzAzBz to HWB color space.

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

      Parameters

      • color: JzAzBzColor

        The JzAzBz color to convert

      • OptionalpeakLuminance: number = 10000

        The peak luminance of the display, in nits

      Returns HWBColor

      The color in HWB space