jquery colorpicker
jquery colorpicker
I'm writing down a plugin to centralize functionality about colors.
My intention is to write:
- a colorScheme generatorbased on http://www.wellstyled.com/tools/colorscheme2/index-en.html
(I'm going to post the first release in the weekend) with some
functions like()
- a contructor with some options (number of colors to generate,
method [consecutive, opposite etc], startColor)
- a next() function
- a prev() function
- a way to cycle if you ask more colors than the first declared
- a colorManager for functions like toRGB(), parseString(),
contrastant(), checkWebSafe(), checkContrastWAI and so on
Could be this intresting for you guys? :D