Package | Description |
---|---|
com.aspose.imaging.fileformats.psd.layers.fillsettings |
The namespace contains Fill Settings classes
|
com.aspose.imaging.fileformats.psd.layers.layerresources |
The package contains PSD file format entities contained in layers.
|
Modifier and Type | Class and Description |
---|---|
class |
GradientTransparencyPoint
Gradient Transparency Point
|
Modifier and Type | Method and Description |
---|---|
IGradientTransparencyPoint[] |
IGradientFillSettings.getTransparencyPoints()
Gets the transparency points.
|
IGradientTransparencyPoint[] |
GradientFillSettings.getTransparencyPoints()
Gets the transparency points.
|
Modifier and Type | Method and Description |
---|---|
void |
GradientFillSettings.removeTransparencyPoint(IGradientTransparencyPoint point)
Removes the transparency point.
|
void |
IGradientFillSettings.setTransparencyPoints(IGradientTransparencyPoint[] value)
Sets the transparency points.
|
void |
GradientFillSettings.setTransparencyPoints(IGradientTransparencyPoint[] value)
The transparency points.
|
Modifier and Type | Method and Description |
---|---|
IGradientTransparencyPoint[] |
GdFlResource.getTransparencyPoints()
Gets the transparency points.
|
Modifier and Type | Method and Description |
---|---|
void |
GdFlResource.setTransparencyPoints(IGradientTransparencyPoint[] value)
The transparency points.
|