314315316317318319320321322323
bg.fill(blurShape); bg.dispose(); // Blur shape ConvolveOp blur = new ConvolveOp(new GaussianKernel(DisplayConstants.HALO_BLUR_SIZE)); haloImage = blur.filter(haloImage, null); return haloImage; }