ofxControlPanel icon indicating copy to clipboard operation
ofxControlPanel copied to clipboard

ofSetColor breaks with OF r62

Open kylemcdonald opened this issue 14 years ago • 2 comments

lots of warnings/errors "did you mean ofSetHexColor" from four or five places in the code.

kylemcdonald avatar Nov 17 '10 07:11 kylemcdonald

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.

ofTheo avatar Nov 17 '10 13:11 ofTheo

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....

vanderlin avatar Feb 17 '11 15:02 vanderlin