public void chcolor() { usestate(States.color); }
public void chcolor(Color c) { usestate(new States.ColState(c)); }