zschuessler / DeltaE

CIE color difference formulas in JavaScript
http://zschuessler.github.io/DeltaE
The Unlicense
260 stars 25 forks source link

why not just use rgb distance? #11

Open universewill opened 2 years ago

universewill commented 2 years ago

Why not just use rgb color space to calculate color difference?

KelSolaar commented 2 years ago

The RGB colour model is simply not perceptually uniform, so colour differences in any RGB space does not correlate well with the human perception of how different the colours effectively are. This is the core reason why perceptually uniform colourspace such as CIE Lab and the Delta-E 1994 and 2000 metrics.