Skip to content

Releases: kdrag0n/colorkt

v1.0.5

22 Feb 10:43
58556ab
Compare
Choose a tag to compare
  • 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

26 Dec 12:32
143b038
Compare
Choose a tag to compare
  • ZCAM: Optimized pow(0.5) to sqrt
  • Gamut clipping: Optimized binary search

v1.0.3

03 Sep 06:01
c1f631f
Compare
Choose a tag to compare
  • 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

31 Aug 08:24
340f3fd
Compare
Choose a tag to compare
  • Better test coverage
  • Fixed ZCAM inversion when using saturation as the chroma source
  • Documented different variants of D65

v1.0.1

30 Aug 09:25
0a0e11a
Compare
Choose a tag to compare
  • Improved automatic conversion API
  • Reduced code size when using manual conversion with R8 minification enabled

v1.0.0

30 Aug 08:29
a4b2151
Compare
Choose a tag to compare
  • Initial release