ColorEntryCollection
Contents
[
Hide
]ColorEntryCollection class
Contains the document’s color table. Each document contains a single color table, which lists the 24 standard colors that are available for application to objects such as shapes, text, and layers in the document.
Properties
| Name | Type | Description |
|---|---|---|
| Count | int | |
| Item (int) | ColorEntry |
Methods
| Name | Description |
|---|---|
| add | Add the Color object in the collection. |
| remove | Remove the Color object from the collection. |
| clear | |
| removeAt | |
| iterator | Reserved for internal use. |
ColorEntryCollection.Count property
Type: int
ColorEntryCollection.Item (int) property
Type: ColorEntry
add(color)
Add the Color object in the collection.
| Parameter | Type | Description |
|---|---|---|
| color | ColorEntry |
remove(color)
Remove the Color object from the collection.
| Parameter | Type | Description |
|---|---|---|
| color | ColorEntry |
clear()
removeAt(index)
iterator()
Reserved for internal use.