Uses of Interface
org.apache.pdfbox.pdmodel.graphics.blend.BlendMode.BlendFunction
Packages that use BlendMode.BlendFunction
-
Uses of BlendMode.BlendFunction in org.apache.pdfbox.pdmodel.graphics.blend
Fields in org.apache.pdfbox.pdmodel.graphics.blend declared as BlendMode.BlendFunctionModifier and TypeFieldDescriptionprivate final BlendMode.BlendFunctionBlendMode.blendprivate static final BlendMode.BlendFunctionBlendMode.fColorprivate static final BlendMode.BlendFunctionBlendMode.fHueFunctions for the blend operation of non-separable blend modesprivate static final BlendMode.BlendFunctionBlendMode.fLuminosityprivate static final BlendMode.BlendFunctionBlendMode.fSaturationMethods in org.apache.pdfbox.pdmodel.graphics.blend that return BlendMode.BlendFunctionModifier and TypeMethodDescriptionBlendMode.getBlendFunction()Returns the blend function, only available for non separable blend modes.Constructors in org.apache.pdfbox.pdmodel.graphics.blend with parameters of type BlendMode.BlendFunctionModifierConstructorDescriptionprivateBlendMode(COSName name, BlendMode.BlendChannelFunction blendChannel, BlendMode.BlendFunction blend) Private constructor due to the limited set of possible blend modes.