OpacityGradientStops
A collection of opacity gradient stops.
Instance
Read Only
Number length
The number of objects in the collection.
Methods
OpacityGradientStop add( Object withProperties )
Creates a new OpacityGradientStop.
Parameters
Number count()
Displays the number of elements in the OpacityGradientStop.
OpacityGradientStop item( Mixed index )
Returns the OpacityGradientStop with the specified index or name.
Parameters
OpacityGradientStop itemByRange( Mixed from, Mixed to )
Returns the OpacityGradientStops within the specified range.
Parameters
OpacityGradientStop firstItem()
Returns the first OpacityGradientStop in the collection.
OpacityGradientStop lastItem()
Returns the last OpacityGradientStop in the collection.
OpacityGradientStop middleItem()
Returns the middle OpacityGradientStop in the collection.
OpacityGradientStop previousItem( OpacityGradientStop obj )
Returns the OpacityGradientStop with the index previous to the specified index.
Parameters
OpacityGradientStop nextItem( OpacityGradientStop obj )
Returns the OpacityGradientStop whose index follows the specified OpacityGradientStop in the collection.
Parameters
OpacityGradientStop anyItem()
Returns any OpacityGradientStop in the collection.
OpacityGradientStop everyItem()
Returns every OpacityGradientStop in the collection.
String toSource()
Generates a string which, if executed, will return the OpacityGradientStop.
OpacityGradientStop []( Number index )
Returns the OpacityGradientStop with the specified index.