GradientStopCollection.Add
Contents
[
Hide
]Add(double, CellsColor, int)
Add a gradient stop.
public void Add(double position, CellsColor color, int alpha)
Parameter | Type | Description |
---|---|---|
position | Double | The position of the stop,in unit of percentage. |
color | CellsColor | The color of the stop. |
alpha | Int32 | The alpha of the color. |
See Also
- class CellsColor
- class GradientStopCollection
- namespace Aspose.Cells.Drawing
- assembly Aspose.Cells
Add(double, Color, int)
Add a gradient stop.
public void Add(double position, Color color, int alpha)
Parameter | Type | Description |
---|---|---|
position | Double | The position of the stop,in unit of percentage. |
color | Color | The color of the stop. |
alpha | Int32 | The alpha of the color. |
See Also
- class GradientStopCollection
- namespace Aspose.Cells.Drawing
- assembly Aspose.Cells