A collection of gradient stops.
gradient stop Properties
| Property | Type | Access | Description |
|---|---|---|---|
| class | type | read | The class descriptor type. |
| index | integer | read | The index of the gradient stop within its containing object. |
| location | real | r/w | The starting location (as a percentage of the gradient length) of the gradient stop on the gradient. (Range: 0 to 100). Can return: fixed (0 – 100). |
| midpoint | real | r/w | The mid-point (as a percentage of the gradient length) of the gradient stop. (Range: 13 to 87). Can return: fixed (13 – 87). |
| object reference | gradient stop | read | An object reference for the object. |
| 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 | specifier | r/w | The swatch (color, gradient, tint, or mixed ink) applied to the gradient stop. Can return: mixed ink or color. |