Hi,
I'm looking to generate random "similar" colors using jquery.
It is my understanding that the best way to approach this is using HSL or HSV, according to this question.
The issue is I can't seem to figure out how to either…
- Use HSL or HSV with jquery; or
- Convert HSL or HSV to RBG via jquery
I found this color library, but i'd like to avoid plugins if at all possible. Any idea's?