Releases: waacton/Unicolour
Releases · waacton/Unicolour
1.6.2: The Delta E Release
- Add support for Delta E94
- Add support for Delta E00
- Add
CanBeDisplayed
property
1.5.0: The LCH Release
- Add support for LCH colour spaces:
- LCHab
- LCHuv
- Oklch
- Track monochrome status of initial colour to improve interpolation
1.4.0: The LUV Release
- Add support for LUV colour space
- Use constrained input values when mapping to/from a cylindrical colour model
1.3.0: The Oklab Release
- Add support for Oklab colour space
1.2.0: The XYZ & LAB Release
- Enable initialisation from XYZ & LAB values
- Add constructors that accept tuples
1.1.1: The Hue-Based Interpolation Release
- Fix hue-based interpolation
1.1.0: The HSL Release
- Add support for HSL colour space
1.0.0: The Initial Release
Initial release of Wacton.Unicolour, a small set of utilities for working with colour:
- Colour space conversion
- Colour interpolation
- Colour comparison