On 15 February 2012 23:41, Philippe <[email protected]> wrote:
> 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.
Do if you draw a plain triangle or quad you also see non-white drawn?
Do you have a previous glColor call in effect?
Richard
--
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.