public class BlendingOptions extends Object
BlendingOptions. It's a wrapper for Lfx2Resource which provides api for layer effects
Modifier and Type | Method and Description |
---|---|
ColorOverlayEffect |
addColorOverlay()
Adds the color overlay.
|
DropShadowEffect |
addDropShadow()
Adds the drop shadow effect
|
GradientOverlayEffect |
addGradientOverlay()
Adds the Gradient overlay.
|
PatternOverlayEffect |
addPatternOverlay()
Adds the Pattern overlay.
|
ILayerEffect[] |
getEffects()
Gets the effects.
|
public final ILayerEffect[] getEffects()
Gets the effects.
public final ColorOverlayEffect addColorOverlay()
Adds the color overlay.
ColorOverlayEffect
objectpublic final GradientOverlayEffect addGradientOverlay()
Adds the Gradient overlay.
GradientOverlayEffect
objectpublic final PatternOverlayEffect addPatternOverlay()
Adds the Pattern overlay.
PatternOverlayEffect
objectpublic final DropShadowEffect addDropShadow()
Adds the drop shadow effect
DropShadowEffect
object