This is C implementation of HSLuv (revision 4).
Just copy src/hsluv.h
and src/hsluv.c
into your project.
Refer to src/hsluv.h
for API description.
$ mkdir build
$ cd build
$ cmake ..
$ make
$ make test
If you encounter any bug, please be so kind and report it. Unheard bugs cannot get fixed. You can submit bug reports here:
HSLuv-C is covered with MIT license, see the file LICENSE.md
.