IdxColorPalette Methods
Exposes the functions that return stroke and fill colors by their names in corresponding palettes.| Name | Description |
|---|---|
| GetFillColor(string) | Returns a color by its unique identifier (name) within the fill palette. |
| GetID | Returns the color palette’s unique identifier. |
| GetStrokeColor(string) | Returns a color by its unique identifier (name) within the strokes palette. |
See Also