Color picker menu

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

Just above the picker is a text entry which supports #xxxxxx, rgb(RR,GG,BB), hsl(hue, sat% light%)andhsla(hue, sat% light%, alpha%)`.

1 Like

I’ve combined the text entry with the graphical picker to keep the menus shorter:

2 Likes