Grx.user_draw_pixel

@accepts(int, int, Grx.Color)
@returns(none)
def user_draw_pixel(x, y, c):
    # Python 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)