IGradientStop
Overview
IGradientStop is a interface in Aspose.Slides FOSS for Java.
Represents a gradient stop.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
position | double | Read | Returns or sets the position (0..1) of a gradient stop. |
color | IColorFormat | Read | Returns the color of a gradient stop. |
Methods
| Signature | Description |
|---|---|
getPosition() → double | Returns or sets the position (0..1) of a gradient stop. |
setPosition(value: double) | Sets the position of a gradient stop. |
getColor() → IColorFormat | Returns the color of a gradient stop. |