ColorEntry Element
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.
Syntax
<ColorEntry
IX
RGB
/>
Attributes
IX
Required int. The zero-based index of the element within its parent element.
RGB
Required string. The hexadecimal value of the color table entry.
Element properties
Property |
Value |
---|---|
Name |
ColorEntry |
Minimum Occurrences |
0 |
Maximum Occurrences |
Unbounded |
Element information
Parent elements
Child elements
None
If you edit a ColorEntry element to specify a different color, all objects assigned that color entry are changed accordingly.
Example
The following example is a typical color table for a DatadiagramML document.
See also
Color object