1.1.1 • Published 5 years ago

hsl-to-rgb-for-reals v1.1.1

Weekly downloads
35,596
License
ISC
Repository
github
Last release
5 years ago

hsl-to-rgb-for-reals

##HSL -> RGB Convert HSL values (hue, saturation, light) to RGB values (red, green, blue). Expected values: Hue: [0, 360[ Saturation: 0, 1 Lightness: 0, 1

For Reals?

Author forgot to export their function in the hsl-to-rgb module, there's a PR that's been sitting for over a year (at time of writing). Let's use hsl-to-rgb-for-reals until original author merges. Huzzah!

Funny story - I forgot to module export in v1.0.0 too! Don't use 1.0.0.

Getting started:

npm install hsl-to-rgb-for-reals --save

Use:

var converter = require('hsl-to-rgb-for-reals');

var slateBlue = converter(223, 0.44, 0.56);

console.log(slateBlue);
// logs [93, 121, 192]

Problems

Bug the original author :D https://github.com/kayellpeee/hsl_rgb_converter/issues

Acknowledgements

@workonika/hsl-to-hex@guischafer/hsl-to-hex@kysthos/hsl-to-hex@luanyat/hsl-to-hex@everything-registry/sub-chunk-1866@dfarlow/hsl-to-hex@d85/hsl-to-hex@c350156378/hsl-to-hex@btmango18/hsl-to-hex@brunobck/hsl-to-hexpixel-mask-generatorcolor-factory@cliffwang/hls-to-hex-test@closrks/hsl-to-hex@conada7/hsl-to-hexconvert-color-js0x@yekki/hsl-to-hex@arunkumar87/hsl-to-hex@codedbypaul/hsl-to-hexd3-fg@davidmarkclements/hsl-to-hex@djesu/hsl-to-hex@douismyheart/hsl-to-hex@akademskig/hsl-to-hex@alexniallmalin/hsl-to-hex@andyrunciman/hsl-to-hex@elsbury13/hsl-to-hex@lukaszewczak/hsl-to-hex@macfrankie/hsl-to-hex@pilaas/hsl-to-hex@rafaelferreiraxgeeks/hsl-to-hex@react-18-pdf/root@said.ouarrich/hsl-to-hex@madjava/hsl-to-hex@mmusa/hsl-to-hex@nightrider__001/hsl-to-hex@paulobontempo/hsl-to-hex@rajkumarmurthy/hsl-to-hex@nomercy235/hsl-to-hex@nythyatdora/hsl-to-hex@nearform/0x@lenodeoliveira/hsl-to-hex@lehilds/hsl-to-hex@maximiliano.oliveira.furtado/hsl-to-hex@vitor-dias-94/hsl-to-hex@viveklakhanpal/hsl-to-hex@vivekraman/hsl-to-hex@vanessapr85/hsl-to-hex@vcostin/hls-to-hex@sricarde/hsl-to-hex@sateeshnpm/hsl-to-hex@tomas.tomecek/hsl-to-hex@teejsh/hsl-to-hex@sunwinsmile/hsl-to-hex@sukka/0x@supegui/hsl-to-hex@sunilsamuel/hsl-to-hex-simple@smzota/hsl-to-hex@talimavale/hsl-to-hex@testingonlive/hsl-to-hex@usmchessler/hsl-to-hexmyfirstprojectbhageerathmoola@wangbaolong/hsl-to-hex@zalastax/nolb-hs@aeciolevy/hsl-to-hex@adimvicky/hsl-to-hex@aguiarfrancisco/hsl-to-hexklong@garfieldchou/hsl-to-hexhsl-to-hexhsl-to-hex-simplehsl-to-hex-v2@infinitebrahmanuniverse/nolb-hs@harshavs/hsl-to-hex@hanin77/hsl-to-hex@jhonalino/hsl-to-hex@ialixandroae/hsl-to-hex@icarotav/hsl-to-hex@imhilla/hsl-to-hex@jewella/hsl-to-hex@joce344/hsl-to-hex@jtgreene/hsl-to-hex@jrvldam/hls-to-hex@jrvldam/hsl-to-hex@kamran.zigron/hsl-to-hex@karpov_nick/hsl-to-hex@lark31/hsl-to-hex@kronosgr/hsl-to-hex
1.1.1

5 years ago

1.1.0

8 years ago

1.0.0

8 years ago