Function drawRect

Draw a filled rectangle

void drawRect (
  SuperImage img,
  Color4f col,
  int x1,
  int y1,
  int x2,
  int y2
);