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).
-
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
-
Constructor Summary
Constructors -
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
-
Constructor Details
-
NonSeparableBlendMode
NonSeparableBlendMode()
-
-
Method Details
-
blend
public abstract void blend(float[] srcValues, float[] dstValues, float[] result)
-