All Projects โ†’ hsluv โ†’ hsluv-c

hsluv / hsluv-c

Licence: MIT license
C99 implementation of HSLuv (revision 4)

Programming Languages

c
50402 projects - #5 most used programming language
CMake
9771 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to hsluv-c

hsluv-ruby
Ruby implementation of HSLuv (revision 3)
Stars: โœญ 20 (-71.83%)
Mutual labels:  color-palettes, colors, hsluv, hpluv
theme-generator
CSS Color Theme Generator based on Numl.Design theme generator & HSLuv color space ๐ŸŒˆ
Stars: โœญ 17 (-76.06%)
Mutual labels:  colors, hsluv
magento-grid-colors
Magento 2 Grid Colors module for colorizing admin grids. Supports saving of states with the help of grid's bookmarks.
Stars: โœญ 54 (-23.94%)
Mutual labels:  colors, mit-license
synflood
Start a SYN flood attack to an ip address.
Stars: โœญ 27 (-61.97%)
Mutual labels:  mit-license
PlantUML-colors
This script is to show all named color suggested by PlantUML
Stars: โœญ 52 (-26.76%)
Mutual labels:  colors
camalian
Library used to deal with colors and images. You can extract colors from images.
Stars: โœญ 45 (-36.62%)
Mutual labels:  colors
CLE
Command Live Environment
Stars: โœญ 21 (-70.42%)
Mutual labels:  colors
go-rainbow
Golang Helper for beautiful CLI Applications
Stars: โœญ 86 (+21.13%)
Mutual labels:  colors
BetterConsoleTables
Faster, colorable, more configurable, and more robust console colors & tables for C# console applications
Stars: โœญ 59 (-16.9%)
Mutual labels:  colors
hex-rgba
Convert HEX to RGBA
Stars: โœญ 12 (-83.1%)
Mutual labels:  colors
vangogh
VANGOGH generates color palettes for any search term. It uses Machine Learning to generate color palettes from millions of images that are contextually representative.
Stars: โœญ 22 (-69.01%)
Mutual labels:  color-palettes
anypalette.js
๐ŸŽจ Read/write all color palette file formats โค๐Ÿงก๐Ÿ’›๐Ÿ’š๐Ÿ’™๐Ÿ’œ
Stars: โœญ 41 (-42.25%)
Mutual labels:  colors
console-logging
Better, prettier commandline logging for Python--with colors! ๐Ÿ‘ป
Stars: โœญ 111 (+56.34%)
Mutual labels:  colors
colour-notebooks
Colour - Jupyter Notebooks
Stars: โœญ 21 (-70.42%)
Mutual labels:  color-spaces
AuroraCMS
The Australian Open Source Content Management System
Stars: โœญ 13 (-81.69%)
Mutual labels:  mit-license
HacktoberFest2021
Beginner-friendly repository for Hacktober Fest 2021. Start your contribution to open source through baby steps. ๐Ÿ’œ
Stars: โœญ 33 (-53.52%)
Mutual labels:  mit-license
Samurai
Archived: A Discord bot for BitZeny users.
Stars: โœญ 21 (-70.42%)
Mutual labels:  mit-license
persian-hugo
Persian is a box design personal blog theme based on Bootstrap and powered by Hugo. It is very responsive and perfectly fits on any sized screen device.
Stars: โœญ 32 (-54.93%)
Mutual labels:  mit-license
concolor
Colouring template strings using tags with annotations ๐ŸŽจ
Stars: โœญ 35 (-50.7%)
Mutual labels:  colors
timer-hugo
Timer is a personal portfolio theme powered by Hugo. It also can be use as a landing page theme.
Stars: โœญ 123 (+73.24%)
Mutual labels:  mit-license

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].