Hi everyone, I work in JavaScript and want to generate colors for my graphic. And I want a new color for each line, and also the color should be light.
I read the question about color generation in java script
JavaScript random color generator
How do I want a new color for my line, so a random number of generations will not work in my case Also the color should be light
I read about RGB color values, but I did not find them after any pattern, how to choose a light color
So, anyone can direct me as there is a way to generate colors in a sequence (avoid random ones) and choose only a light color or any other function to make dark color easier
thank
http://cloford.com/resources/colours/500col.htm
source
share