"Farbtastic" Javascript-based colour picker

Started by Darren Dirt, February 07, 2007, 02:42:14 PM

Previous topic - Next topic

Darren Dirt

Farbtastic uses layered transparent PNGs to render a saturation/luminance gradient inside of a hue circle. No Flash, no pixel sized divs.

http://acko.net/dev/farbtastic


What makes Farbtastic better than others?

-It's true WYSIWYG: the color you click is the color you get (with the exception of +1/-1 rounding differences). Many pickers throw up an arbitrary gradient that's only a poor match.

-It uses the intuitive HSL color space rather than the more common HSB, which means it's easy to make a color brighter without touching its saturation, or vice versa.

-It's built on the compact jQuery library* and totals in at only 23KB, including images and CSS.


- - -

*PS: check out the Javascript forum at Nabble.com gto see just how many JS libraries there are out there now... :o
_____________________

Strive for progress. Not perfection.
_____________________

Lazybones