chickadee » canvas-draw » canvas-pixel!

(canvas-pixel! [canvas canvas?] [x integer?] [y integer?] [color integer? (canvas-foreground canvas)]) -> void?procedure

Draws a single pixel of the given color on the given canvas.