gka / chroma.js

JavaScript library for all kinds of color manipulations
https://gka.github.io/chroma.js/
Other
10.08k stars 543 forks source link

Delta e2000 #269

Closed vasilzhigilei closed 2 years ago

vasilzhigilei commented 3 years ago

Updated deltaE function to implement the "Delta E (CIE 2000)" formula found here: http://www.brucelindbloom.com/index.html?Eqn_DeltaE_CIE2000.html Wrote test cases for function, passes all test cases.

Resolves #175 issue.

vasilzhigilei commented 2 years ago

@gka

gka commented 2 years ago

hi @vasilzhigilei! apologies for taking so long. I think your proposal makes sense. Let's merge it!