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

    Function deltaE76

    • Calculates the CIE76 color difference (Delta E) between two colors.

      This function computes the Euclidean distance between two colors in any color space, using the vector components of each color. It's the simplest form of Delta E calculation and is equivalent to the original CIE76 formula when used with Lab colors.

      Parameters

      • color: Color

        The first color

      • sample: Color

        The second color to compare against

      Returns number

      The color difference value (Delta E)