This is needed because the randomizer would sometimes generate a hue value of 360 and give invalid colors when converted.
Test case:
var please = require("please");
var color = please.make_color({
base_color:"#c9181e",
seed: "a"
})[0];
console.log("%c HELLO " + color , 'background: ' + color);
This is needed because the randomizer would sometimes generate a hue value of 360 and give invalid colors when converted.
Test case: var please = require("please"); var color = please.make_color({ base_color:"#c9181e", seed: "a" })[0]; console.log("%c HELLO " + color , 'background: ' + color);