Package com.bitfire.postprocessing.effects

Examples of com.bitfire.postprocessing.effects.Vignette


    combine.setSource1Intensity( 0f );
    combine.setSource2Intensity( 1f );
    combine.setSource1Saturation( 0f );
    combine.setSource2Saturation( 1f );

    vignette = new Vignette( vpW, vpH, false );

    // add them to the postprocessor
    postProcessor.addEffect( curvature );
    postProcessor.addEffect( zoomer );
    postProcessor.addEffect( vignette );
View Full Code Here

TOP

Related Classes of com.bitfire.postprocessing.effects.Vignette

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.