Function drawCircle

Draw a filled circle

void drawCircle (
  SuperImage img,
  Color4f col,
  int x0,
  int y0,
  uint r
);