Brush Class
Contents
[
Hide
]Summary: The base brush class.
Module: aspose.psd
Full Name: aspose.psd.Brush
Inheritance: DisposableObject
Aspose.PSD Version: 24.12.0
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| disposed | bool | r | Gets a value indicating whether this instance is disposed. |
| opacity | float | r/w | Gets or sets the brush opacity. The value should be between 0 and 1. Value of 0 means that brush is fully visible, value of 1 means the brush is fully opaque. |
Methods
| Name | Description |
|---|---|
| deep_clone() | Creates a new deep clone of the current Brush. |
Method: deep_clone()
deep_clone()
Creates a new deep clone of the current Brush.
Returns
| Type | Description |
|---|---|
| Brush | A new Brush which is the deep clone of this Brush instance. |