A collection of gradient stops.
gradient stop Properties
| Property | Type | Access | Description |
|---|---|---|---|
| class | type class | read | The class descriptor type. |
| index | integer | read | The index of the gradient stop within its containing object. |
| location | fixed | r/w | The starting location (as a percentage of the gradient length) of the gradient stop on the gradient. (Range: 0 to 100). |
| midpoint | fixed | r/w | The mid-point (as a percentage of the gradient length) of the gradient stop. (Range: 13 to 87) |
| object reference | gradient stop | read | An object reference for the gradient stop. |
| parent | gradient | read | The parent of the gradient stop (a gradient). |
| properties | record | r/w | A property that allows setting of several properties at the same time. |
| stop color | reference | r/w | The swatch (color, gradient, tint, or mixed ink) applied to the gradient stop. Can return: mixed ink or color. |