Class SeparableBlendMode
java.lang.Object
org.apache.pdfbox.pdmodel.graphics.blend.BlendMode
org.apache.pdfbox.pdmodel.graphics.blend.SeparableBlendMode
Separable blend mode (support blendChannel)
- 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
Methods inherited from class org.apache.pdfbox.pdmodel.graphics.blend.BlendMode
getCOSName, getInstance
-
Method Details
-
blendChannel
public abstract float blendChannel(float srcValue, float dstValue)
-