| LinearGradientBrushInterpolationColors Property |
Note: This API is now obsolete.
Gets or sets a
ColorBlend that defines a multicolor linear gradient.
Namespace: Aspose.PSD.BrushesAssembly: 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; }<ObsoleteAttribute("This property is not used anymore in this class. Use instance of the LinearMulticolorGradientBrush class instead.")>
Public Property InterpolationColors As ColorBlend
Get
Setpublic:
[ObsoleteAttribute(L"This property is not used anymore in this class. Use instance of the LinearMulticolorGradientBrush class instead.")]
property ColorBlend^ InterpolationColors {
ColorBlend^ get ();
void set (ColorBlend^ value);
}[<ObsoleteAttribute("This property is not used anymore in this class. Use instance of the LinearMulticolorGradientBrush class instead.")>]
member InterpolationColors : ColorBlend with get, set
Property Value
Type:
ColorBlendA
ColorBlend that defines a multicolor linear gradient.
See Also