how to get UIImage Pixel value?
If i clicked on the UIImage it need to display the pixel data.
I draw using mouseMoved event some part on image with red color.
When i clicked on red color drawn part, it need to display color value 1,0,0,1.
Can any one tell me.
Thanks in advance.