Adobe InDesign CS (3.0) Object Model JS: GradientStop
From InDesign CS
Class
GradientStop
A gradient stop in a gradient.QuickLinks
removeHierarchy
Properties
| Property | Type | Access | Description |
|---|---|---|---|
| index | number | readonly | The index of the GradientStop within its containing object. |
| location | number | r/w | The location of the gradient stop. |
| midpoint | number | r/w | The mid-point of the gradient stop. |
| parent | Gradient | readonly | The parent of the GradientStop (a Gradient). |
| properties | Object | r/w | A property that allows setting of several properties at the same time. |
| stopColor | Color | r/w | The color of the gradient stop. |
Methods
Instances
void remove ()
Deletes the GradientStop.
Return
GradientStop GradientStops.add ([withProperties: Object])
| Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |