color-scheme-js icon indicating copy to clipboard operation
color-scheme-js copied to clipboard

Generate pleasant color schemes in JavaScript

Results 3 color-scheme-js issues
Sort by recently updated
recently updated
newest added

``` from_hue( degrees ) Sets the base color hue, where 'degrees' is an integer. (Values greater than 359 and less than 0 wrap back around the wheel.) The default base...

Thanks for this library! I'd like to use it for a project that is using Web Workers. However, currently, it throws an error when it is loaded due to a...

Hi, I'm assuming that hue should be an int between 0-255 and distance a float between 0 and 1. Given that, I've experienced the following error with various combinations of...