Hey, I'm trying to completely white out a sprite when it gets hit, the sprites are children of a batchnode.
Using this code, I can tint the sprite fully black, but I have to use the rgb value for white to get it back to being coloured.
[self setColor:ccc3(0, 0, 0)];
How can I fully white out the sprite, rather than black it out?