ColorMinePortable icon indicating copy to clipboard operation
ColorMinePortable copied to clipboard

ColorMinePortable

Results 3 ColorMinePortable issues
Sort by recently updated
recently updated
newest added

```cs new CieDe2000Comparison().Compare(new Hex("00FF00"), new Hex("FF00FF")) == 111.42146743954716; new CieDe2000Comparison().Compare(new Hex("FF00FF"), new Hex("00FF00")) == 111.42146743954716; ``` Which is too big (over 100). It's 88.6144 in http://colormine.org/delta-e-calculator/cie2000

var munsell = new Munsell("5R 4/10"); var rgb = munsell.To(); rgb has 255,255,255 which is wrong.

The readme mentions `.WithProfile("~/JapanWebCoated.icc")` but I can't find any code related to this.