IGradientStop

Overview

IGradientStop is a interface in Aspose.Slides FOSS for Java.

Represents a gradient stop.

Properties

NameTypeAccessDescription
positiondoubleReadReturns or sets the position (0..1) of a gradient stop.
colorIColorFormatReadReturns the color of a gradient stop.

Methods

SignatureDescription
getPosition()doubleReturns or sets the position (0..1) of a gradient stop.
setPosition(value: double)Sets the position of a gradient stop.
getColor()IColorFormatReturns the color of a gradient stop.

See Also