PathMulticolorGradientBrushInterpolationColors Property
Gets or sets a ColorBlend that defines a multicolor linear gradient.

Namespace: Aspose.PSD.Brushes
Assembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntax
public ColorBlend InterpolationColors { get; set; }

Property Value

Type: ColorBlend
A ColorBlend that defines a multicolor linear gradient.
See Also