Releases: kdrag0n/colorkt
Releases · kdrag0n/colorkt
v1.0.5
- sRGB: Fixed out-of-gamut clipping when converting to 8-bit RGB int or hex (does not affect pre-clipped or gamut-mapped colors)
v1.0.4
- ZCAM: Optimized pow(0.5) to sqrt
- Gamut clipping: Optimized binary search
v1.0.3
- Reverted to ASTM D65 white point (with accurate XYZ matrices) to better match most color spaces and color appearance models
- Improved documentation of internal ZCAM details
- Removed redundant step in automatic graph conversion
- Validated ZCAM implementation against all official examples to the maximum extent currently possible
v1.0.2
- Better test coverage
- Fixed ZCAM inversion when using saturation as the chroma source
- Documented different variants of D65
v1.0.1
- Improved automatic conversion API
- Reduced code size when using manual conversion with R8 minification enabled