Function deltaE76

  • Calculates the ΔE* CIE (CIE 1976) between two CIELAB values. Based on the EasyRGB pseudocode.

    Parameters

    • color0: Lab

      The first color.

    • color1: Lab

      The second color.

    Returns number

    The difference between the colors.

  • Calculates the ΔE* CIE (CIE 1976) between two CIELUV values. Based on the EasyRGB pseudocode.

    Parameters

    • color0: Luv

      The first color.

    • color1: Luv

      The second color.

    Returns number

    The difference between the colors.