Class
GradientStop |
| A gradient stop. |
QuickLinks |
remove, removeAll |
Hierarchy
|
|
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
| Instancesvoid remove ()
Deletes this object.
void removeAll ()
Deletes all elements.
|
Return |
GradientStop GradientStops.add ()
GradientStop GradientStops.getByName (name:
string)
|