Package | Description |
---|---|
com.aspose.psd.fileformats.psd.layers |
Modifier and Type | Class and Description |
---|---|
class |
LayerMaskDataFull
Defines the LayerMaskDataFull class which contains information about the mask data in the PSD file layer
when the layer has both layer and vector masks.
|
class |
LayerMaskDataShort
Defines the LayerMaskDataShort class which contains information about the mask data in the PSD file layer
when the layer has only raster or vector mask but not both.
|
Modifier and Type | Method and Description |
---|---|
LayerMaskData |
Layer.getLayerMaskData()
Gets or sets the layer mask data.
|
Modifier and Type | Method and Description |
---|---|
void |
Layer.addLayerMask(LayerMaskData layerMask)
Adds the mask to current layer.
|
void |
Layer.setLayerMaskData(LayerMaskData value)
Gets or sets the layer mask data.
|
Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.