Color Util Versions Save

A header-only C++11 library for colors; color space converters for RGB, HSL, XYZ, Lab, etc. and perceptual color difference calculators such as CIEDE2000

v0.5.0

3 years ago

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

  • Lab to XYZ
  • XYZ to RGB

v0.4.0

4 years ago
  • 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

5 years ago

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

v0.2.0

6 years ago

This release contains the following features.

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

v0.1.0

6 years ago

This first release contains the following features.

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