ofxDatGui icon indicating copy to clipboard operation
ofxDatGui copied to clipboard

Color picker dropdown update

Open thomwolf opened this issue 7 years ago • 0 comments

Hi, This pull request contains two minor changes that are in the spirit of ofxDatGui I think:

  • a small update to Colorpicker setColor() functions so that the vbo ColorData is also updated when the color of the picker is set (better visual effect).
  • a setOptions(vector<string) function to update the options of a Dropdown component (the other GUI components can be dynamically updated but the Dropdown was missing such a feature). Thanks again for your addon.

thomwolf avatar Jul 13 '16 13:07 thomwolf