Color replacement
Opened this issue · 1 comments
dartiss commented
Although I compress hex values there are further improvements to be made by...
- Replace hex with color names, if shorter
- Replace colour names with hex, if shorter
- All of the above, but with decimal RGB equivalents. In this case, I'll convert to hex first before running it through steps 1 and 2.
- I also need to consider RGBA definitions. In this case, I'll convert them to hex versions. Again, I'll do this before steps 1 and 2.
dartiss commented
The first 2 are now complete with the recent PR.