Interface IGradientBrush
Interface IGradientBrush
ja nimityö: Aspose.Html.Drawing Kokoelma: Aspose.HTML.dll (25.4.0)
Ilmoita menetelmiä saada yleisiä ominaisuuksia gradient pyyhkeet.
[ComVisible(true)]
public interface IGradientBrush : ITransformableBrush, IBrush, IDisposable
Implements
ITransformableBrush , IBrush , IDisposable
Properties
BlendFactors
Saa tai asettaa sekoitustekijät, jotka määrittelevät mukautettu falloff gradientille.
float[] BlendFactors { get; set; }
Omistuksen arvo
float []
BlendPositions
Saa tai asettaa sekoituspaikkoja, jotka määrittävät määritellyn falloff gradientille.
float[] BlendPositions { get; set; }
Omistuksen arvo
float []
InterpolationColors
Se saa tai asettaa interpolation värit, jotka määrittävät monivärinen lineaarinen gradientti.
IInterpolationColor[] InterpolationColors { get; set; }