public class GradientStopCollection extends CollectionBase
| Modifier and Type | Method and Description |
|---|---|
void |
add(double position,
CellsColor color,
int alpha)
Add a gradient stop.
|
void |
add(double position,
Color color,
int alpha)
Add a gradient stop.
|
GradientStop |
get(int index)
Gets the gradient stop by the index.
|
void |
set(int index,
GradientStop value) |
public void add(double position,
CellsColor color,
int alpha)
position - The position of the stop,in unit of percentage.color - The color of the stop.alpha - The alpha of the color.public void add(double position,
Color color,
int alpha)
position - The position of the stop,in unit of percentage.color - The color of the stop.alpha - The alpha of the color.public GradientStop get(int index)
get in class CollectionBaseindex - The index.public void set(int index,
GradientStop value)
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.