The GetPixel api returns a RGB value of a certain pixel at a certain point but it gives it in a single value (i.e. it doesn't give you the individual RGB values as in R,G,B) Is there anyway of discovering the individual RGB values from the single value passed back by this API? Is there maybe any other way of getting the R,G,B value of a pixel?

This is really making me stand on my head so if somone can help me, I would be very appreciative.