A single entry in the document-level color palette (<Colors> in document.xml). Returned by doc.getColors() and created via doc.addColor().
<Colors>
document.xml
doc.getColors()
doc.addColor()
Zero-based integer index (IX). Can be passed as a color reference anywhere a hex string is accepted (e.g. fillColor, lineColor).
fillColor
lineColor
Normalized CSS hex string, always uppercase #RRGGBB.
#RRGGBB
A single entry in the document-level color palette (
<Colors>indocument.xml). Returned bydoc.getColors()and created viadoc.addColor().