Class
GradientStop |
| | A gradient stop in a gradient. |
QuickLinks |
remove |
Hierarchy
|
|
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
| Instancesvoid remove ()
Deletes the GradientStop.
|
Return |
GradientStop GradientStops.add ([withProperties:
Object])
|