| PathMulticolorGradientBrushInterpolationColors Property |
Gets or sets a
ColorBlend that defines a multicolor linear gradient.
Namespace: Aspose.PSD.BrushesAssembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntaxpublic ColorBlend InterpolationColors { get; set; }Public Property InterpolationColors As ColorBlend
Get
Set
public:
property ColorBlend^ InterpolationColors {
ColorBlend^ get ();
void set (ColorBlend^ value);
}member InterpolationColors : ColorBlend with get, set
Property Value
Type:
ColorBlendA
ColorBlend that defines a multicolor linear gradient.
See Also