141142143144145146147
mask = new SoftReference<PlanarImage>(maskImage); lastBack = new SoftReference<PlanarImage>(back); } return new HDROpImage(back, mask.get(), shadows, highlights,2 * detail, null); }