Package org.openquark.gems.client.internal.effects

Examples of org.openquark.gems.client.internal.effects.GaussianKernel


       
        bg.fill(blurShape);
        bg.dispose();

        // Blur shape
        ConvolveOp blur = new ConvolveOp(new GaussianKernel(DisplayConstants.HALO_BLUR_SIZE));
        haloImage = blur.filter(haloImage, null);

        return haloImage;
    }
View Full Code Here

TOP

Related Classes of org.openquark.gems.client.internal.effects.GaussianKernel

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.