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

    Function jzazbzToRGB

    • Converts a color from JzAzBz to RGB color space.

      This function first converts the JzAzBz color to XYZ, then from XYZ to RGB.

      Parameters

      • color: JzAzBzColor

        The JzAzBz color to convert

      • OptionalpeakLuminance: number = 10000

        The peak luminance of the display, in nits

      Returns RGBColor

      The color in RGB space