Grx.user_draw_filled_pixel_with_pixmap
@accepts(int, int, Grx.Pixmap) @returns(none) def user_draw_filled_pixel_with_pixmap(x, y, p): # Python wrapper for grx_user_draw_filled_pixel_with_pixmap()
Draw a single pixel on the current context at the specified coordinates.
- x
the X coordinate
- y
the Y coordinate
- p
the pixmap