Grx.user_draw_pixel

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

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

x

the X coordinate

y

the Y coordinate

c

the color (can include Grx.ColorMode)