ColorEntry
ColorEntry class
Contains a color table entry. Each color table entry specifies a standard color that is available for application to objects such as shapes, text, and layers in the document.
Constructors
| Name | Description |
|---|---|
| ColorEntry | Constructor. |
Properties
| Name | Type | Description |
|---|---|---|
| IX | int | Required int. The zero-based index of the element within its parent element. |
| Color | Color | Represents an ARGB color. |
ColorEntry()
Constructor.
ColorEntry.IX property
Required int. The zero-based index of the element within its parent element.
Type: int
ColorEntry.Color property
Represents an ARGB color.
Type: Color