Brush Class

Summary: The base brush class.

Module: aspose.psd

Full Name: aspose.psd.Brush

Inheritance: DisposableObject

Aspose.PSD Version: 24.9.0

Properties

NameTypeAccessDescription
disposedboolrGets a value indicating whether this instance is disposed.
opacityfloatr/wGets 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

NameDescription
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

TypeDescription
BrushA new Brush which is the deep clone of this Brush instance.