Skip to content

hsluv/hsluv-c

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 

Build Status

HSLuv-C: Human-friendly HSL

Introduction

This is C implementation of HSLuv (revision 4).

Using HSLuv-C with your own project

Just copy src/hsluv.h and src/hsluv.c into your project.

Refer to src/hsluv.h for API description.

Building from a Git clone

$ mkdir build
$ cd build
$ cmake ..
$ make
$ make test

Reporting Bugs

If you encounter any bug, please be so kind and report it. Unheard bugs cannot get fixed. You can submit bug reports here:

License

HSLuv-C is covered with MIT license, see the file LICENSE.md.