Detect Canvas color

Million dollar question !! Having an image on a canvas it is possible to detect the color in a point of the same?
Mario

Yes, you get coordinates, convert them to coordinate space of picture and check with RGBSurface class there.

Great Christian, tried it is ok, thank you very much
Mario