Class SeparableBlendMode

java.lang.Object
org.apache.pdfbox.pdmodel.graphics.blend.BlendMode
org.apache.pdfbox.pdmodel.graphics.blend.SeparableBlendMode

public abstract class SeparableBlendMode extends BlendMode
Separable blend mode (support blendChannel)
Author:
Kühn & Weyh Software GmbH
  • Method Details

    • blendChannel

      public abstract float blendChannel(float srcValue, float dstValue)