Hello,
If I put a Label, like :
self.test = Label('Hello',
font_size=24,
anchor_x='left', anchor_y='center',
color=(255,255,255,255))
self.add(self.test)
Then, I take a screenshot and zoom on the text.
I can check the color, and instead of 255,255,255, I have 231,231,231
Is there a way to get real white ?
This probably apply to every object. There is always a kind a blur
effect over the window content.
--
You received this message because you are subscribed to the Google Groups
"cocos2d discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/cocos-discuss?hl=en.