ofxControlPanel
ofxControlPanel copied to clipboard
ofSetColor breaks with OF r62
lots of warnings/errors "did you mean ofSetHexColor" from four or five places in the code.
hey thanks - I guess it breaks with current master ( not r62 which doesn't have those changes ) best cross platform fix is to use ofSetColor(r, g, b) for now until ofSetHexColor becomes standard.
Not sure if this is related but I am noticing a problem with color as well. I think it is coming from simpleColor() but for some reason the gui will be all white, color is not being set. I think it would be good to replace simpleColor and guiColor with just ofColor....