coloring an apple

Sir , I have drawn wireframe model an apple using Bezier Surfaces how do I color the various pixels seperately(i.e. some pixels red , some green , some yellow and so on .)

You could be sphere mapping it with an apple texture. That’d be the simplest, but you coul get ugly effects with that in some cases. Otherwise you’ve to set the texture by hand or use a apple cube map.