Forums » Community Projects

ColorPicker

Jan 18, 2017 draugath link
Here's a mostly full-featured HSV color picker.

This was an experiment in creating a dynamic interface that didn't rely on the use of packaged images.

In it's current form it is most useful for plugin developers to find colors for things, since it doesn't output in a usable manner or allow inputs. It also suffers from memory leaks because iup.image doesn't currently allow for proper cleanup of images. Each time the interface (re)loads it takes up somewhere around 12MB of memory.



ColorPicker.zip