jvcleave / ofxImGui

Use ImGui in openFrameworks
296 stars 124 forks source link

added ofColor conversion to IM_VEC4_CLASS_EXTRA #14

Closed hluisi closed 8 years ago

hluisi commented 8 years ago

This will allow use ofColor objects for all ImGui functions. It will also remove the need to for the color conversion functions in BaseTheme.

jvcleave commented 8 years ago

thanks!