-
-
Creates a new Gradient.
withProperties
|
Object
Initial values for properties of the new Gradient (Optional)
|
-
-
Returns any Gradient in the collection.
-
-
Displays the number of elements in the Gradient.
-
-
Returns every Gradient in the collection.
-
-
Returns the first Gradient in the collection.
-
-
Returns the Gradient with the specified index or name.
index
|
The index or name. Can accept: Long Integer or String.
|
-
-
Returns the Gradient with the specified ID.
-
-
Returns the Gradient with the specified name.
-
-
Returns the Gradients within the specified range.
from
|
The Gradient, index, or name at the beginning of the range. Can accept: Gradient, Long Integer or String.
|
to
|
The Gradient, index, or name at the end of the range. Can accept: Gradient, Long Integer or String.
|
-
-
Returns the last Gradient in the collection.
-
-
Returns the middle Gradient in the collection.
-
-
Returns the Gradient whose index follows the specified Gradient in the collection.
obj
|
Gradient
The Gradient whose index comes before the desired Gradient.
|
-
-
Returns the Gradient with the index previous to the specified index.
obj
|
Gradient
The index of the Gradient that follows the desired Gradient.
|
-
-
Generates a string which, if executed, will return the Gradient.