-
-
Returns any Swatch in the collection.
-
-
Displays the number of elements in the Swatch.
-
-
Returns every Swatch in the collection.
-
-
Returns the first Swatch in the collection.
-
-
Returns the Swatch with the specified index or name.
index
|
The index or name. Can accept: Long Integer or String.
|
-
-
Returns the Swatch with the specified ID.
-
-
Returns the Swatch with the specified name.
-
itemByRange( |
from, to) |
→ Swatch |
-
Returns the Swatches within the specified range.
from
|
The Swatch, index, or name at the beginning of the range. Can accept: Swatch, Long Integer or String.
|
to
|
The Swatch, index, or name at the end of the range. Can accept: Swatch, Long Integer or String.
|
-
-
Returns the last Swatch in the collection.
-
-
Returns the middle Swatch in the collection.
-
-
Returns the Swatch whose index follows the specified Swatch in the collection.
obj
|
Swatch
The Swatch whose index comes before the desired Swatch.
|
-
-
Returns the Swatch with the index previous to the specified index.
obj
|
Swatch
The index of the Swatch that follows the desired Swatch.
|
-
-
Generates a string which, if executed, will return the Swatch.