java.lang.Object
org.sejda.sambox.pdmodel.graphics.blend.BlendMode
- Direct Known Subclasses:
NonSeparableBlendMode,SeparableBlendMode
Blend mode.
- Author:
- Kühn & Weyh Software, GmbH
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final NonSeparableBlendModestatic final SeparableBlendModestatic final SeparableBlendModestatic final SeparableBlendModestatic final SeparableBlendModestatic final SeparableBlendModestatic final SeparableBlendModestatic final SeparableBlendModestatic final NonSeparableBlendModestatic final SeparableBlendModestatic final NonSeparableBlendModestatic final SeparableBlendModestatic final SeparableBlendModestatic final SeparableBlendModestatic final NonSeparableBlendModestatic final SeparableBlendModestatic final SeparableBlendMode -
Method Summary
Modifier and TypeMethodDescriptionstatic COSNamegetCOSName(BlendMode bm) Determines the blend mode name from the BM object.static BlendModegetInstance(COSBase cosBlendMode) Determines the blend mode from the BM entry in the COS ExtGState.
-
Field Details
-
NORMAL
-
COMPATIBLE
-
MULTIPLY
-
SCREEN
-
OVERLAY
-
DARKEN
-
LIGHTEN
-
COLOR_DODGE
-
COLOR_BURN
-
HARD_LIGHT
-
SOFT_LIGHT
-
DIFFERENCE
-
EXCLUSION
-
HUE
-
SATURATION
-
COLOR
-
LUMINOSITY
-
-
Method Details
-
getInstance
Determines the blend mode from the BM entry in the COS ExtGState.- Parameters:
cosBlendMode- name or array- Returns:
- blending mode
-
getCOSName
Determines the blend mode name from the BM object.- Parameters:
bm- Blend mode.- Returns:
- name of blend mode.
-