Color picker

following this post


about coloring shades I wanted to make a color picker to let the user choose any color
i’d rather use a gradient but for instance this uses a small image to obtain the hue rainbow
note that you can resize (customize ) both the panel and\or the gradient clips

color_picker.wick (3.2 KB)

2 Likes

This is impressive! I was thinking it’d be nice to have this sort of color picker. Even though it uses a bitmap rather than a vector gradient, it still works really well.

On that note, I experimented with trying to get gradients to work in Wick before, but nothing I’ve tried has worked so far. I’ll keep looking around though.

i’d like to make a better one but without gradients it’s pretty difficult to show it in a pleasant way
maybe adding a slider for saturation and another one for brightness could work

1 Like

slightly improved version
added sampled color, mark for sampled color and cleaner code
color_picker2.wick (4.1 KB)

cpicker

2 Likes

new version with hue and brightness control .
More colors for you to choose from!

cpicker2

colPick_hue_brightness.wick (7.7 KB)

2 Likes