Playback is working nicely. The text color for buttons are now more clear.
I was using:
mButton->setProperty("NormalTextColour", PropertyHelper::colourRectToString( ColourRect( colour(0.8,0.8,0.8) ) ) );
And what works is:
mButton->setProperty("NormalTextColour", PropertyHelper::colourToString( CEGUI::colour(1,1,1) ) );

No comments:
Post a Comment