GradientStopCollection.Add

Add(double, CellsColor, int)

Add a gradient stop.

public void Add(double position, CellsColor color, int alpha)
ParameterTypeDescription
positionDoubleThe position of the stop,in unit of percentage.
colorCellsColorThe color of the stop.
alphaInt32The alpha of the color.

See Also


Add(double, Color, int)

Add a gradient stop.

public void Add(double position, Color color, int alpha)
ParameterTypeDescription
positionDoubleThe position of the stop,in unit of percentage.
colorColorThe color of the stop.
alphaInt32The alpha of the color.

See Also