# File AgileGuiTesting.rb, line 469
def
get_pixel_color
(
x
,
y
)
c
=
@robot
.
getPixelColor
(
x
,
y
)
end