OpacityGradientStops
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
length | number | readonly | The number of objects in the collection. |
Methods
Instances
OpacityGradientStop [] (index:
number)
Returns the OpacityGradientStop with the specified index.
Parameter | Type | Description |
---|---|---|
index | number | The index. |
OpacityGradientStop add ([withProperties:
Object])
Creates a new OpacityGradientStop.
Parameter | Type | Description |
---|---|---|
withProperties | Object | Initial values for properties of the new OpacityGradientStop (Optional) |
OpacityGradientStop anyItem ()
Returns any OpacityGradientStop in the collection.
number count ()
Displays the number of elements in the OpacityGradientStop.
Array
of OpacityGradientStop everyItem ()
Returns every OpacityGradientStop in the collection.
OpacityGradientStop firstItem ()
Returns the first OpacityGradientStop in the collection.
OpacityGradientStop item (index:
varies)
Returns the OpacityGradientStop with the specified index or name.
Parameter | Type | Description |
---|---|---|
index | Long Integer String | The index or name. Can accept: Long Integer or String. |
Array
of OpacityGradientStop itemByRange (from:
varies, to:
varies)
Returns the OpacityGradientStops within the specified range.
Parameter | Type | Description |
---|---|---|
from | Long Integer OpacityGradientStop String | The OpacityGradientStop, index, or name at the beginning of the range. Can accept: OpacityGradientStop, Long Integer or String. |
to | Long Integer OpacityGradientStop String | The OpacityGradientStop, index, or name at the end of the range. Can accept: OpacityGradientStop, Long Integer or String. |
OpacityGradientStop lastItem ()
Returns the last OpacityGradientStop in the collection.
OpacityGradientStop middleItem ()
Returns the middle OpacityGradientStop in the collection.
OpacityGradientStop nextItem (obj:
OpacityGradientStop)
Returns the OpacityGradientStop whose index follows the specified OpacityGradientStop in the collection.
Parameter | Type | Description |
---|---|---|
obj | OpacityGradientStop | The OpacityGradientStop whose index comes before the desired OpacityGradientStop. |
OpacityGradientStop previousItem (obj:
OpacityGradientStop)
Returns the OpacityGradientStop with the index previous to the specified index.
Parameter | Type | Description |
---|---|---|
obj | OpacityGradientStop | The index of the OpacityGradientStop that follows the desired OpacityGradientStop. |
string toSource ()
Generates a string which, if executed, will return the OpacityGradientStop.
Element of
FindChangeGradientFeatherSetting.opacityGradientStops
GradientFeatherSetting.opacityGradientStops
Jongware, 23-Mar-2011 v3.0.3d | Contents :: Index |