A Nim implementation of HSLuv (revision 4).
See https://www.hsluv.org for more information about HSLuv
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]
Run nimble test
.