BlendComposite
Overview
BlendComposite is a class in Aspose.PDF FOSS for Java.
Inherits from: Composite.
Separable blend-mode composite for PDF /BM (ISO 32000-1:2008, §11.3.5).
This class provides 2 methods for working with BlendComposite objects in Java programs.
Available methods include: createContext, fillComposite.
All public members are accessible to any Java application after installing the Aspose.PDF FOSS for Java package.
Methods
| Signature | Description |
|---|---|
fillComposite(state: GraphicsState) → Composite | Returns the composite for a non-stroking paint op under the given |
| graphics state: a Multiply blender when /BM is Multiply (or the | |
| equivalent Darken on white-ish backdrops would differ — only Multiply | |
| is special-cased), otherwise plain SRC_OVER with the /ca alpha. | |
createContext(srcColorModel: ColorModel, dstColorModel: ColorModel, hints: RenderingHints) → CompositeContext |