Function drawLine

Draw a line segment

void drawLine (
  SuperImage img,
  Color4f color,
  int x1,
  int y1,
  int x2,
  int y2
);