Package | Description |
---|---|
com.aspose.psd.brushes |
The package provides helper classes and methods to work with different brush types.
|
Modifier and Type | Method and Description |
---|---|
Blend |
PathGradientBrush.getBlend()
Gets a
Aspose.Imaging.Blend that specifies positions and factors that define a custom falloff for the gradient. |
Blend |
LinearGradientBrush.getBlend()
Gets a
Aspose.Imaging.Blend that specifies positions and factors that define a custom falloff for the gradient. |
Modifier and Type | Method and Description |
---|---|
void |
PathGradientBrush.setBlend(Blend value)
Sets a
Aspose.Imaging.Blend that specifies positions and factors that define a custom falloff for the gradient. |
void |
LinearGradientBrush.setBlend(Blend value)
Sets a
Aspose.Imaging.Blend that specifies positions and factors that define a custom falloff for the gradient. |