Adobe Illustrator CS6 Type Library JS: GradientStop
From Illustrator CS6
Class
GradientStop
A gradient stop.QuickLinks
remove, removeAllHierarchy
Properties
| Property | Type | Access | Description |
|---|---|---|---|
| color | Color | r/w | The color linked to this gradient stop. |
| midPoint | number (range: 13 - 87) | r/w | Midpoint key value in percent. |
| opacity | number (range: 0 - 100) | r/w | The opacity (between 0.0 and 100.0) value for the gradient stop. |
| parent | Object | readonly | The object's container. |
| rampPoint | number (range: 0 - 100) | r/w | Location of color in the blend (in percent) |
| typename | string | readonly | The class name of the object. |
Methods
Instances
void remove ()
Deletes this object.
void removeAll ()
Deletes all elements.
Return
GradientStop GradientStops.add ()
GradientStop GradientStops.getByName (name: string)
| Jongware, 25-Nov-2012 v3.0.3i | Contents :: Index |