FilterEffectMaskData Class
Contents
[
Hide
]Summary: The filter mask data class.
Module: aspose.psd.fileformats.psd.layers.layerresources
Full Name: aspose.psd.fileformats.psd.layers.layerresources.FilterEffectMaskData
Aspose.PSD Version: 24.9.0
Constructors
Name | Description |
---|---|
FilterEffectMaskData(guid, rectangle, pixels_depth, max_channels, channels, user_mask, mask_rectangle, sheet_mask) | Initializes a new instance of the FilterEffectMaskData class. |
Properties
Name | Type | Access | Description |
---|---|---|---|
channels | ChannelInformation[] | r | Gets the channels. |
guid | string | r | Gets the GUID. |
length | int | r | Gets the filter mask data length in bytes. |
mask_rectangle | Rectangle | r | Gets the sheet mask rectangle. |
max_channels | int | r | Gets the max of channels count. |
pixels_depth | int | r | Gets the pixels depth. |
rectangle | Rectangle | r | Gets the channels rectangle. |
sheet_mask | ChannelInformation | r | Gets the sheet mask. |
user_mask | ChannelInformation | r | Gets the user mask. |
Methods
Name | Description |
---|---|
save_data(stream_container) | Saves the resource to the specified stream container. |
Constructor: FilterEffectMaskData(guid, rectangle, pixels_depth, max_channels, channels, user_mask, mask_rectangle, sheet_mask)
FilterEffectMaskData(guid, rectangle, pixels_depth, max_channels, channels, user_mask, mask_rectangle, sheet_mask)
Initializes a new instance of the FilterEffectMaskData class.
Parameters:
Parameter | Type | Description |
---|---|---|
guid | string | The resource guid. |
rectangle | Rectangle | The channels rectangle. |
pixels_depth | int | The pixels depth. |
max_channels | int | The max channels value. |
channels | ChannelInformation[] | The channels. |
user_mask | ChannelInformation | The user mask. |
mask_rectangle | Rectangle | The sheet mask rectangle. |
sheet_mask | ChannelInformation | The sheet mask. |
Method: save_data(stream_container)
save_data(stream_container)
Saves the resource to the specified stream container.
Parameters:
Parameter | Type | Description |
---|---|---|
stream_container | StreamContainer | The stream container to save to. |