Possible Duplicate:
How to get pixel data from a UIImage (Cocoa Touch) or CGImage (Core Graphics)?
Get Pixel color of UIImage
I have a case scenario where user can select a color from an image, for ex consider the one below
Depending on the tap location of the user on image i need to extract the RGB, alpha value at that very point or say pixel. How do i go ahead with accomplishing this?