pachde
(Paul Dempsey)
1
I’ve been wanting one since my early days making Rack modules, and I finally got around to implementing a color picker menu item.
Mostly copying the sub-widgets already implemented in my original pachde1 Copper module, so the heavy lifting was already done.
11 Likes
pachde
(Paul Dempsey)
2
Just above the picker is a text entry which supports #xxxxxx
, rgb(RR,GG,BB)
, hsl(hue, sat% light%)and
hsla(hue, sat% light%, alpha%)`.
1 Like
pachde
(Paul Dempsey)
3
I’ve combined the text entry with the graphical picker to keep the menus shorter:
2 Likes