Class MultiplyBlendComposite
java.lang.Object
com.adobe.acs.commons.images.transformers.impl.composites.MultiplyBlendComposite
- All Implemented Interfaces:
Composite
Applies a multiply blend to the models.
Follows the rules defined here:
http://helpx.adobe.com/after-effects/using/blending
-modes-layer-styles.html#Multiply
Based on
http://www.java2s.com/Code/Java/2D-Graphics-GUI/BlendCompositeDemo.htm
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateContext(ColorModel srcColorModel, ColorModel dstColorModel, RenderingHints hints)
-
Constructor Details
-
MultiplyBlendComposite
public MultiplyBlendComposite(float alpha)
-
-
Method Details
-
createContext
public CompositeContext createContext(ColorModel srcColorModel, ColorModel dstColorModel, RenderingHints hints) - Specified by:
createContextin interfaceComposite
-