ColorMinePortable icon indicating copy to clipboard operation
ColorMinePortable copied to clipboard

munsell to rgb doesnt work!

Open hannes7g opened this issue 1 year ago • 0 comments

var munsell = new Munsell("5R 4/10"); var rgb = munsell.To<Rgb>();

rgb has 255,255,255 which is wrong.

hannes7g avatar Jan 29 '23 22:01 hannes7g