Grx.draw_pixel

function draw_pixel(x: Number(gint), y: Number(gint), c: Grx.Color): void {
    // Gjs wrapper for grx_draw_pixel()
}
  

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

x

the X coordinate

y

the Y coordinate

c

the color (can include Grx.ColorMode)