public void draw(Form f) {
   fill(col);
   f.draw();
 }
 public void draw(Form f) {
   fill(33);
   f.draw();
 }