Uses of Interface
org.apache.pdfbox.pdmodel.graphics.blend.BlendMode.BlendChannelFunction
Packages that use BlendMode.BlendChannelFunction
-
Uses of BlendMode.BlendChannelFunction in org.apache.pdfbox.pdmodel.graphics.blend
Fields in org.apache.pdfbox.pdmodel.graphics.blend declared as BlendMode.BlendChannelFunctionModifier and TypeFieldDescriptionprivate final BlendMode.BlendChannelFunctionBlendMode.blendChannelprivate static final BlendMode.BlendChannelFunctionBlendMode.fColorBurnprivate static final BlendMode.BlendChannelFunctionBlendMode.fColorDodgeprivate static final BlendMode.BlendChannelFunctionBlendMode.fDarkenprivate static final BlendMode.BlendChannelFunctionBlendMode.fDifferenceprivate static final BlendMode.BlendChannelFunctionBlendMode.fExclusionprivate static final BlendMode.BlendChannelFunctionBlendMode.fHardLightprivate static final BlendMode.BlendChannelFunctionBlendMode.fLightenprivate static final BlendMode.BlendChannelFunctionBlendMode.fMultiplyprivate static final BlendMode.BlendChannelFunctionBlendMode.fNormalFunctions for the blend operation of separable blend modesprivate static final BlendMode.BlendChannelFunctionBlendMode.fOverlayprivate static final BlendMode.BlendChannelFunctionBlendMode.fScreenprivate static final BlendMode.BlendChannelFunctionBlendMode.fSoftLightMethods in org.apache.pdfbox.pdmodel.graphics.blend that return BlendMode.BlendChannelFunctionModifier and TypeMethodDescriptionBlendMode.getBlendChannelFunction()Returns the blend channel function, only available for separable blend modes.Constructors in org.apache.pdfbox.pdmodel.graphics.blend with parameters of type BlendMode.BlendChannelFunctionModifierConstructorDescriptionprivateBlendMode(COSName name, BlendMode.BlendChannelFunction blendChannel, BlendMode.BlendFunction blend) Private constructor due to the limited set of possible blend modes.