No description
Find a file
2020-04-17 21:24:26 -07:00
docs Add docs and bump to version 1.0.0 2020-04-17 21:24:26 -07:00
src Remove unnecessary file 2020-04-17 20:58:50 -07:00
tests Slight test refactor 2020-04-12 20:43:49 -07:00
.gitignore Add implementation of HSLuv 2020-04-12 19:13:17 -07:00
hsluv.nimble Add docs and bump to version 1.0.0 2020-04-17 21:24:26 -07:00
README.md Add README 2020-04-12 20:39:43 -07:00

A Nim implementation of HSLuv (revision 4).

See https://www.hsluv.org for more information about HSLuv

API

hsluvToRgb([H, S, L]) -> [R, G, B]
hpluvToRgb([H, S, L]) -> [R, G, B]
rgbToHsluv([R, G, B]) -> [H, S, L]
rgbToHpluv([R, G, B]) -> [H, S, L]

Testing

Run nimble test.