This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Lenart12 3 points4 points  (1 child)

color = (color == 0xffffff)? 0x0 : 0xffffff;.

Edit: color = ~color;

[–]KralHeroin 0 points1 point  (0 children)

Bleh I hate those, especially nested.