Checks the color at the given coordinates on stage
, and matches it with the red, green, and blue channels of color
.
The alpha component of color
and result
is ignored.
stage |
a Stage |
point |
coordinates to check |
color |
expected color |
result |
color at the given coordinates |
|