- Notifications
You must be signed in to change notification settings - Fork2
herber-legacy-4-varld-1/hsl-triad
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Generate a color triad.
$ npm install hsl-triad
consthslTriad=require('hsl-triad');hslRgb(340,1,0.5);//=> [//=> [340, 1, 0.5],//=> [100, 1, 0.5],//=> [220, 1, 0.5]//=> ]
Type:number
Max:360
The hue
Type:number
Max:1
The saturation
Type:number
Max:1
The lightness
Type:array
An array of arrays containinghsl
values.
MIT ©Tobias Herber
About
🍭 Generate a color triad.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.