get Module
Returns the color of the module (pixel) at the specified coordinates, which is false for light or true for dark. The top left corner has the coordinates (x=0, y=0). If the specified coordinates are out of bounds, then false (light) is returned.
Return
true if the coordinates are in bounds and the module at that location is dark, or false (light) otherwise
Parameters
x
the x coordinate, where 0 is the left edge and size−1 is the right edge
y
the y coordinate, where 0 is the top edge and size−1 is the bottom edge