Grx.draw_filled_pixel_with_pixmap

@accepts(int, int, Grx.Pixmap)
@returns(none)
def draw_filled_pixel_with_pixmap(x, y, p):
    # Python wrapper for grx_draw_filled_pixel_with_pixmap()
  

Draw a single pixel on the current context at the specified coordinates.

The color of the pixel comes from the pixmap as if p was tiled over the entrire context starting with the top/left of the pixmap at 0, 0.

x

the X coordinate

y

the Y coordinate

p

the pixmap