Class NonSeparableBlendMode
java.lang.Object
org.apache.pdfbox.pdmodel.graphics.blend.BlendMode
org.apache.pdfbox.pdmodel.graphics.blend.NonSeparableBlendMode
Non-separable blend mode (supports blend function).
- Author:
- Kühn & Weyh Software GmbH
-
Field Summary
Fields inherited from class org.apache.pdfbox.pdmodel.graphics.blend.BlendMode
COLOR, COLOR_BURN, COLOR_DODGE, COMPATIBLE, DARKEN, DIFFERENCE, EXCLUSION, HARD_LIGHT, HUE, LIGHTEN, LUMINOSITY, MULTIPLY, NORMAL, OVERLAY, SATURATION, SCREEN, SOFT_LIGHT
-
Method Summary
Modifier and TypeMethodDescriptionabstract void
blend
(float[] srcValues, float[] dstValues, float[] result) Methods inherited from class org.apache.pdfbox.pdmodel.graphics.blend.BlendMode
getCOSName, getInstance
-
Method Details
-
blend
public abstract void blend(float[] srcValues, float[] dstValues, float[] result)
-