Skip to content

Releases: yuki-koyama/color-util

v0.5.0

06 Sep 15:02
Compare
Choose a tag to compare

Add the following conversion functions (thank you, Artoria2e5!):

  • Lab to XYZ
  • XYZ to RGB

v0.4.0

28 Jan 10:04
Compare
Choose a tag to compare
  • Setup GitHub Actions for automatic testing
  • Add a clang-format config file and apply it to the sources
  • Use constexpr when possible, which improves performance

v0.3.0

13 Sep 23:48
Compare
Choose a tag to compare

This release contains the following features.

  • Interface library definition in cmake, which makes it easier to use this library in other cmake projects
  • CIE76 color difference

0.2.0

11 May 14:32
Compare
Choose a tag to compare

This release contains the following features.

  • RGB-to-HSL conversion
  • HSL-to-RGB conversion

0.1.0

30 Apr 09:18
9e440ba
Compare
Choose a tag to compare

This first release contains the following features.

  • RGB-to-XYZ conversion
  • XYZ-to-Lab conversion
  • CIEDE2000