Grx.draw_pixel_with_offset_pixmap
function draw_pixel_with_offset_pixmap(x0: Number(gint), y0: Number(gint), x: Number(gint), y: Number(gint), p: Grx.Pixmap): void {
// Gjs wrapper for grx_draw_pixel_with_offset_pixmap()
}
Draws a single pixel of an pixmap on the current context at x, y.
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 x0, y0.
- x0
the alignment X coordinate
- y0
the alignment Y coordinate
- x
the X coordinate
- y
the Y coordinate
- p
the pixmap