set-pixel in bitmap-dc%
Sets a pixel in the bitmap.
Under X, interleaving drawing commands with
set-pixel calls (for the same
bitmap-dc% object) incurs a substantial performance penalty.
( -> void
send a-bitmap-dc set-pixel x y color)
x : real number
y : real number
color : color% object