ts-visio - v1.16.27
    Preparing search index...

    Interface ColorEntry

    A single entry in the document-level color palette (<Colors> in document.xml). Returned by doc.getColors() and created via doc.addColor().

    interface ColorEntry {
        index: number;
        rgb: string;
    }
    Index

    Properties

    Properties

    index: number

    Zero-based integer index (IX). Can be passed as a color reference anywhere a hex string is accepted (e.g. fillColor, lineColor).

    rgb: string

    Normalized CSS hex string, always uppercase #RRGGBB.