Grx.get_pixel_at
@accepts(int, int) @returns(Grx.Color) def get_pixel_at(x, y): # Python wrapper for grx_get_pixel_at()
Gets the color value of the pixel in the current context at the specified coordinates.
- x
the X coordinate
- y
the Y coordinate
- Returns