A collection of tints.
Tints Properties
| Property | Type | Access | Description |
|---|---|---|---|
| item | Object | read | Returns the tint with the specified index or name. |
| length | Long | read | The number of tints in the collection. |
Tints Methods
| Method | Returns | Description |
|---|---|---|
| add | Tint | Create a new tint. |
| anyItem | Object | Returns any tint. |
| firstItem | Object | Returns the first tint. |
| itemByID | Object | Returns the tint with the specified ID. |
| itemByRange | Objects | Returns the tints within the specified range. |
| lastItem | Object | Returns the last tint. |
| middleItem | Object | Returns the middle tint. |
| nextItem | Object | Returns the next tint. |
| previousItem | Object | Returns the previous tint. |