Function DrawBuf.drawPixel

draw pixel at (x, y) with specified color

abstract void drawPixel(
  int x,
  int y,
  uint color
);