sclass CircleWithColor { Pt center; int r; RGB color; *() {} *(Pt center, int *r, RGB *color) {} }