jfsiii / chromath

JavaScript color conversion and manipulation functions
https://jfsiii.github.io/chromath/
190 stars 13 forks source link

analogous #6

Open siscolor opened 10 years ago

siscolor commented 10 years ago

documentation says this: Chromath.hsb(180, 1, 1).analogous(5, 10).toString(); "#00FFFF,#00FF19,#00FFB2,#00B2FF,#0019FF" but the console show this. Chromath.hsb(180, 1, 1).analogous(5, 10).toString(); "#00FFFF,#00D0FF,#0037FF,#6200FF,#FB00FF" Thanks.