How to recognize the presence of a color pixel and no color pixels? I have two sprites, 1 ball and the second sprite is a map, if no color then the ball just flies and all, but as soon as there is a color burst.
In particular I want to recognize the region where no color is, but do it all the time. How can I implement this in cocos2d?