BlendingOptions Class

Summary: BlendingOptions. It’s a wrapper for Lfx2Resource which provides api for layer effects

Module: aspose.psd.fileformats.psd.layers.layereffects

Full Name: aspose.psd.fileformats.psd.layers.layereffects.BlendingOptions

Aspose.PSD Version: 24.4.0

Properties

NameTypeAccessDescription
effectsILayerEffect[]rGets the effects.

Methods

NameDescription
add_color_overlay()Adds the color overlay.
add_drop_shadow()Adds the drop shadow effect.
add_gradient_overlay()Adds the Gradient overlay.
add_inner_shadow()Adds the inner shadow effect.
add_outer_glow()Adds the outer glow effect.
add_pattern_overlay()Adds the Pattern overlay.
add_stroke(fill_type)Adds the stroke effect.

Method: add_color_overlay()

 add_color_overlay() 

Adds the color overlay.

Returns

TypeDescription
ColorOverlayEffectCreated ColorOverlayEffect object

Method: add_drop_shadow()

 add_drop_shadow() 

Adds the drop shadow effect.

Returns

TypeDescription
DropShadowEffectCreated DropShadowEffect object

Method: add_gradient_overlay()

 add_gradient_overlay() 

Adds the Gradient overlay.

Returns

TypeDescription
GradientOverlayEffectCreated GradientOverlayEffect object

Method: add_inner_shadow()

 add_inner_shadow() 

Adds the inner shadow effect.

Returns

TypeDescription
InnerShadowEffectCreated InnerShadowEffect object

Method: add_outer_glow()

 add_outer_glow() 

Adds the outer glow effect.

Returns

TypeDescription
OuterGlowEffectCreated OuterGlowEffect object

Method: add_pattern_overlay()

 add_pattern_overlay() 

Adds the Pattern overlay.

Returns

TypeDescription
PatternOverlayEffectCreated PatternOverlayEffect object

Method: add_stroke(fill_type)

 add_stroke(fill_type) 

Adds the stroke effect.

Parameters:

ParameterTypeDescription
fill_typeFillTypeThe type of fill to fill the stroke.

Returns

TypeDescription
StrokeEffectCreated StrokeEffect object.