iink-ts - v4.0.0
    Preparing search index...

    Class ColorPaletteManager

    Index
    • Clear all variable color assignments

      Returns void

    • Get all variable colors

      Returns Map<string, string>

    • Get color for a variable name. Same variable always gets the same color.

      Parameters

      • variableName: string

      Returns string

    • Get the full color palette

      Returns string[]

    • Remove color assignment for a specific variable

      Parameters

      • variableName: string

      Returns void