earthbound19 / _ebDev

Various tools, mostly custom-made for art development.
2 stars 2 forks source link

deprecate RGBhexColorSortInCIECAM02.py et al? Also works around an issue? #121

Open earthbound19 opened 3 years ago

earthbound19 commented 3 years ago

Whatever the first color is, even if it's not a nearest match, RGBhexColorSortInCIECAM02.py bug keeps it there. Off by one or remove/add error?

Check RGBhexColorSortInCAM16-UCS.py for the same error.

However, RGBhexColorSortInCAM16-UCS.py, RGBhexColorSortInCIECAM02.py, and RGBhexColorSortToDarksAndLightsInCIECAM02.py (and any other color sort scripts - which?) could possibly be replaced by sortSRGBHexColorsColoraide.sh using a switch for those color spaces, so maybe don't even fix that issue; just deprecate those scripts and maybe write recipe scripts for those color spaces. Or emphasise in the doc that those color spaces are available.