sclass RoundedBoxWithColor { Pt a, b; int roundness; RGB color; *() {} *(Pt *a, Pt *b, int *roundness, RGB *color) {} }