PitPik / colorPicker

Advanced javaScript color picker and color conversion / calculation (rgb, hsv, hsl, hex, cmyk, cmy, XYZ, Lab, alpha, WCAG 2.0, ...)
http://www.dematte.at/colorPicker/
MIT License
572 stars 136 forks source link

More implementation examples #3

Closed PitPik closed 10 years ago

PitPik commented 10 years ago

To make it easier for developers to use colorPicker there should be some little 'kick-start' scripts to implement colorPicker such as: $('.color').choseColor(); that also appends/places colorPicker at the right spot (maybe also drag&drop,...) with minimum afford. This script should also contain memory functionality (such as cookies or web-storage) for saved memory-colors, app-size, last used mode, etc...

PitPik commented 10 years ago

There is a jQuery implementation example in the jQuery_implementation folder and a demo at dematte.at/cpn/jQuery_implementation/