svoid clearImageSurfaces(ImageSurface... l) { fOr (ImageSurface is : l) if (is != null) is.noImage(); }