Thursday, August 23, 2007

Playback

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: