Function deltaH

  • Calculates the ΔH* 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 ΔH* 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.