color.js

Displays a color picker.


Functions


Color.pick(x, y, callback)

Shows the picker at [x, y]. When user picks a color, we will callback(color). Color format is #rgb.