ColorEntryCollection
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. |