Interface IGradientBrush
Interface IGradientBrush
Namespace: Aspose.Html.Drawing
Assembly: Aspose.HTML.dll (25.2.0)
Declare methods for getting common properties of gradient brushes.
[ComVisible(true)]
public interface IGradientBrush : ITransformableBrush, IBrush, IDisposable
Implements
ITransformableBrush, IBrush, IDisposable
Properties
BlendFactors
Gets or sets the blend factors that define a custom falloff for the gradient.
float[] BlendFactors { get; set; }
Property Value
float[]
BlendPositions
Gets or sets the blend positions that define a custom falloff for the gradient.
float[] BlendPositions { get; set; }
Property Value
float[]
InterpolationColors
Gets or sets the interpolation colors that defines a multicolor linear gradient.
IInterpolationColor[] InterpolationColors { get; set; }