BlendingOptions Class
Contents
[
Hide
]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.9.0
Properties
Name | Type | Access | Description |
---|---|---|---|
effects | ILayerEffect[] | r | Gets the effects. |
Methods
Name | Description |
---|---|
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
Type | Description |
---|---|
ColorOverlayEffect | Created ColorOverlayEffect object |
Method: add_drop_shadow()
add_drop_shadow()
Adds the drop shadow effect.
Returns
Type | Description |
---|---|
DropShadowEffect | Created DropShadowEffect object |
Method: add_gradient_overlay()
add_gradient_overlay()
Adds the Gradient overlay.
Returns
Type | Description |
---|---|
GradientOverlayEffect | Created GradientOverlayEffect object |
Method: add_inner_shadow()
add_inner_shadow()
Adds the inner shadow effect.
Returns
Type | Description |
---|---|
InnerShadowEffect | Created InnerShadowEffect object |
Method: add_outer_glow()
add_outer_glow()
Adds the outer glow effect.
Returns
Type | Description |
---|---|
OuterGlowEffect | Created OuterGlowEffect object |
Method: add_pattern_overlay()
add_pattern_overlay()
Adds the Pattern overlay.
Returns
Type | Description |
---|---|
PatternOverlayEffect | Created PatternOverlayEffect object |
Method: add_stroke(fill_type)
add_stroke(fill_type)
Adds the stroke effect.
Parameters:
Parameter | Type | Description |
---|---|---|
fill_type | FillType | The type of fill to fill the stroke. |
Returns
Type | Description |
---|---|
StrokeEffect | Created StrokeEffect object. |