- Added CIELAB
- Illuminants now have white-point Y value of 1
- Added changelog and detailed checklist
- Added Adobe RGB
- Added ProPhoto RGB, a curse upon it
- Added conversion from hex to RGB
- Added some more planning tasks (particularly documentation)
- Added CIELUV and CIELCH
- Fixed a stupid typo where I said
#[cfg(tests)]
instead oftest
- Added RGB names -> color
- Added hex codes, fixed chromatic adaptation
- Messed around with the planning and added/removed some stuff
- Added mixing and standard traits to colors
- Added CIELCHuv
- Added HSV and updated planning
- Made modules public so they actually worked
- Planned a lot of gamut stuff and added some documentation for that
- Added CIEDE2000 color distance: this was legit a journey
- Added Euclidean distance
- Added some more color convenience functions, no tests though!
- Added imaginary gamut check and closest visible function, only test fails so doesn’t really count!
- Added exact RGB stuff
- Worked with external pull requests
- Added new doctest: “the dress” color adaptation
- Added HSV
- Added Material Design color palette
- Finalized functionality (colormaps, etc.)
- Got ready for v0.1 to be published!