views:

31

answers:

0

Possible Duplicate:
Color picking from given coordinates

Is it possible to get the current RGB tuple of a given pixel?

Pseudo Code:

print getpixelcolor(100,100)

Which would return something like (35,42,245)