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

    Function jzazbzToLab

    • Converts a color from JzAzBz to CIE Lab color space.

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

      Parameters

      • color: JzAzBzColor

        The JzAzBz color to convert

      • OptionalpeakLuminance: number = 10000

        The peak luminance of the display, in nits

      Returns LabColor

      The color in Lab space