Aspose.PSD.Brushes Namespace
The namespace provides helper classes and methods to work with different brush types.
Classes
  ClassDescription
Public classCode exampleHatchBrush
Defines a rectangular brush with a hatch style, a foreground color, and a background color. This class cannot be inherited.
Public classLinearGradientBrush
Encapsulates a Brush with a linear gradient. This class cannot be inherited.
Public classLinearGradientBrushBase
Represents a Brush with gradient capabilities and appropriate properties.
Public classLinearMulticolorGradientBrush
Represents a Brush with linear gradient defined by multiple colors and appropriate positions. This class cannot be inherited.
Public classPathGradientBrush
Encapsulates a Brush object with a gradient. This class cannot be inherited.
Public classPathGradientBrushBase
Represents a Brush with base path gradient functionality.
Public classPathMulticolorGradientBrush
Encapsulates a Brush object with a gradient. This class cannot be inherited.
Public classCode exampleSolidBrush
Solid brush is intended for drawing continiously with specific color. This class cannot be inherited.
Public classTextureBrush
Each property of the TextureBrush class is a Brush object that uses an image to fill the interior of a shape. This class cannot be inherited.
Public classTransformBrush
A Brush with transform capabilities.