IGradientStop — Aspose.Slides FOSS Java API Reference
IGradientStop — Represents a gradient stop.
Package: org.aspose.slides.foss
Properties
| Property | Type | Access | Description |
|---|---|---|---|
position | double | Read/Write | |
color | IColorFormat | Read/Write |
Methods
| Method | Returns | Description |
|---|---|---|
getPosition() | double | Returns or sets the position (0. |
setPosition(double value) | void | Sets the position of a gradient stop. |
getColor() | IColorFormat | Returns the color of a gradient stop. |