Grx.draw_pixel

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