FXidResource Class
Contents
[
Hide
]Summary: The Filter Effects resource contains channels, a user mask, and a sheet mask for the smart filter.
Module: aspose.psd.fileformats.psd.layers.layerresources
Full Name: aspose.psd.fileformats.psd.layers.layerresources.FXidResource
Inheritance: LayerResource
Aspose.PSD Version: 24.9.0
Constructors
Name | Description |
---|---|
FXidResource(key, version, filter_effect_masks) | Initializes a new instance of the FXidResource class. |
Properties
Name | Type | Access | Description |
---|---|---|---|
F_EID_TYPE_TOOL_KEY [static] | int | r | The type tool info key FEid. |
F_XID_TYPE_TOOL_KEY [static] | int | r | The type tool info key FXid. |
PSB_RESOURCE_SIGNATURE [static] | int | r | The PSB-specific resource signature. |
RESOURCE_SIGNATURE [static] | int | r | The common resource signature. |
filter_effect_masks | FilterEffectMaskData[] | r | Gets the filter effect masks. |
key | int | r | Gets the layer resource key. |
length | int | r | Gets the layer resource length in bytes. |
psd_version | int | r | Gets the minimal psd version required for layer resource. 0 indicates no restrictions. |
signature | int | r | Gets the layer resource signature. |
version | int | r | Gets the version. |
Methods
Name | Description |
---|---|
save(stream_container, psd_version) | Saves the resource to the specified stream container. |
Constructor: FXidResource(key, version, filter_effect_masks)
FXidResource(key, version, filter_effect_masks)
Initializes a new instance of the FXidResource class.
Parameters:
Parameter | Type | Description |
---|---|---|
key | int | The resource key. |
version | int | The version. |
filter_effect_masks | FilterEffectMaskData[] | The filter effect masks. |
Method: save(stream_container, psd_version)
save(stream_container, psd_version)
Saves the resource to the specified stream container.
Parameters:
Parameter | Type | Description |
---|---|---|
stream_container | StreamContainer | The stream container to save to. |
psd_version | int | The PSD version. |