LinearGradientBrushInterpolationColors Property

Note: This API is now obsolete.

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
[ObsoleteAttribute("This property is not used anymore in this class. Use instance of the LinearMulticolorGradientBrush class instead.")]
public ColorBlend InterpolationColors { get; set; }

Property Value

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