Color of a pixel

Hi,I Want to know how i can know the color of a pixel in an image.Please provide me with any information.Regards
[140 byte] By [eng.aymana] at [2007-10-3 4:09:39]
# 1
hi,u may get the color of a pixel by the following codejava.awt.Robot robot=new java.awt.Robot();Color c=robot.getPixelColor(int X,int Y);
SUDHAKHARa at 2007-7-14 22:09:44 > top of Java-index,Security,Cryptography...