IGradientStop
General
IGradientStop és una interfície en Aspose.Slides FOSS per Java.
Representa una parada de gradient.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
position | double | Read | Gets or sets the gradient stop’s position (0..1) |
color | IColorFormat | Read |
Mètodes
| 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. |