What's the best way of representing a single pixel in cocos2d? It must be able to change color and be added like any other component.
It would also be good if it could represent a pixel on both a Retina display and a normal one.
I have tried CCSprite but I only get a grayscale color by changing the opacity, the color value does not affect the displayed color (using a 1 x 1 png image).