In cocos2d, there's an option to "change" a sprite's color. For example: I have a white image, then I execute the code and the image turns to any color that I specify. How can I do the same thing without using the cocos2d libraries?
I know it's possible and I did such a thing myself about 5 months ago, but in typical fashion I somehow managed to lose the code.