Class NonSeparableBlendMode
- java.lang.Object
-
- com.tom_roush.pdfbox.pdmodel.graphics.blend.BlendMode
-
- com.tom_roush.pdfbox.pdmodel.graphics.blend.NonSeparableBlendMode
-
public abstract class NonSeparableBlendMode extends BlendMode
Non-separable blend mode (supports blend function).
-
-
Field Summary
-
Fields inherited from class com.tom_roush.pdfbox.pdmodel.graphics.blend.BlendMode
COLOR_BURN, COLOR_DODGE, COMPATIBLE, DARKEN, DIFFERENCE, EXCLUSION, HARD_LIGHT, LIGHTEN, MULTIPLY, NORMAL, OVERLAY, SCREEN, SOFT_LIGHT
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract voidblend(float[] srcValues, float[] dstValues, float[] result)-
Methods inherited from class com.tom_roush.pdfbox.pdmodel.graphics.blend.BlendMode
getInstance
-
-