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.
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.