sclass BackgroundPlus { RGB background; new L things; *() {} *(RGB *background, A... things) { this.things = asList(things); } *(RGB *background, L *things) {} }