pupil-labs / pyglui

cython powered OpenGL gui that works with glfw
MIT License
29 stars 20 forks source link

Color Picker element #69

Open papr opened 6 years ago

papr commented 6 years ago

It would be nice to have a color picker element with which a user can easily select a color. Currently, this functionality is often implemented by using three sliders, one for each dimension in the RGB color space. The problem with this approach is that it does not give any colored feedback.

A color picker could look like this: image