IGradientStop — Aspose.Slides FOSS Java API Reference

IGradientStop — Represents a gradient stop.

Package: org.aspose.slides.foss


Properties

PropertyTypeAccessDescription
positiondoubleRead/Write
colorIColorFormatRead/Write

Methods

MethodReturnsDescription
getPosition()doubleReturns or sets the position (0.
setPosition(double value)voidSets the position of a gradient stop.
getColor()IColorFormatReturns the color of a gradient stop.

See Also