Grx.draw_filled_pixel_with_pixmap
function draw_filled_pixel_with_pixmap(x: Number(gint), y: Number(gint), p: Grx.Pixmap): void {
// Gjs 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