LayerState Class
Contents
[
Hide
]Summary: The options of time line layer state.
Module: aspose.psd.fileformats.psd.layers.animation
Full Name: aspose.psd.fileformats.psd.layers.animation.LayerState
Aspose.PSD Version: 24.12.0
Constructors
| Name | Description |
|---|---|
| LayerState() | Initializes a new instance of the LayerState class |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| blend_mode | BlendMode | r/w | Gets or sets the blending mode. |
| enabled | bool | r/w | Gets or sets the enabled state. |
| fill_opacity | double | r/w | Gets or sets the fill opacity value. |
| horizontal_fx_rf | double | r/w | Gets or sets the HorizontalFXRf value. |
| id | int | r/w | Gets or sets the layer id. |
| opacity | double | r/w | Gets or sets the opacity value. |
| position_offset | Point | r/w | Gets or sets the layer position offset related to the actual layer position. |
| state_effects | LayerStateEffects | r | Gets the layer state effects. |
| vertical_fx_rf | double | r/w | Gets or sets the VerticalFXRf value. |
Constructor: LayerState()
LayerState()
Initializes a new instance of the LayerState class