~mpldr/cie-color-diff.elm

A simple library to calculate the Delta-E for two colors
24f4484a — Moritz Poldrack 8 months ago
add docs
4a4a4f72 — Moritz Poldrack 8 months ago
add readme
9da6daa3 — Moritz Poldrack 8 months ago
initial commit

clone

read-only
https://git.sr.ht/~mpldr/cie-color-diff.elm
read/write
git@git.sr.ht:~mpldr/cie-color-diff.elm

You can also use your local clone with git send-email.

#CIE Color Diff

An elm library to calculate the difference between colors. Nothing more, nothing less.

#Current Status

Currently under active development.

#Implemented

  • Colors
  • CIE76 formula
  • CIE94 formula

#Not Implemented

  • CIE2000 formula

#Future Plans

  • add benchmarks
  • improve performance
  • validate libraries results
  • add tests

#License

Licensed under the Mozilla Public License, v. 2.0.