frauzufall / ofxGuiExtended

ofParameter based GUI addon for openFrameworks; derived from the core OF ofxGui addon and ofxDOM.
MIT License
112 stars 29 forks source link

ofxTabbedPages background color #25

Closed nanu-c closed 8 years ago

nanu-c commented 9 years ago

How can I set the ofxTabbedPages background color for the tabs?

ofxGuiSetFillColor(ofColor(0xff,0x4f,0x20,100));
ofxGuiSetBackgroundColor(ofColor(0xff,0xa5,0x8d,100));
Page.setDefaultBackgroundColor(ofColor(0xff,0xa5,0x8d,100));
Page.setDefaultFillColor(ofColor(0xff,0xa5,0x8d,100));
tabbedPages.setDefaultBackgroundColor(ofColor(0xff,0xa5,0x8d,100));

This one aren't working.

frauzufall commented 8 years ago

Sorry I did not reply - if anyone is still interested in that, in the new version there is an example showing colored tabs: https://github.com/frauzufall/ofxGuiExtended/tree/master/exampleLayout