MrLoick / flixel-android

Automatically exported from code.google.com/p/flixel-android
Other
0 stars 0 forks source link

FlxSprite.setColor() and FlxText.setColor() should be able to take a RRGGBB format color. #3

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a FlxText and add it to the state.
2. Set it's colour to 0x778ea1.

What is the expected output? What do you see instead?
Expected output: the FlxText is visible and the specified color.
Actual output: the FlxText is not visible.

Please use labels and text to provide additional information.
At the moment FlxSprite/FlxText requires color to be specified as 0xAARRGGBB, 
while in the original flixel it is 0xRRGGBB. It would be good if this could be 
rectified.

Original issue reported on code.google.com by TSWes...@gmail.com on 22 Mar 2012 at 9:30

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r19.

Original comment by TSWes...@gmail.com on 22 Mar 2012 at 4:18