The first color input, which is parsed for calculation.
The second color input, which is parsed for calculation.
Optional
algorithm: DeltaEAlgorithm = '2000'The Delta E algorithm to use for the calculation. Supported values include: - 'Euclidean': Basic Euclidean distance (Delta E76). - 'CMC': Color Measurement Committee (CMC) method. - '2000': Delta E based on CIEDE2000. - 'OKLab': Delta E based on OKLab color space. - 'ScaledOKLab': Scaled version of Delta E in OKLab color space. - 'Jz': Delta E in JzCzHz color space.
The computed color difference value using the specified algorithm.
Calculates the color difference (Delta E) between two colors based on the provided algorithm.