[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2024-12-02 UTC."],[[["`ThemeColorType` is an enum used to define various color entries within themes in Google Apps Script."],["It includes properties like `TEXT`, `BACKGROUND`, `ACCENT1` through `ACCENT6`, and `HYPERLINK` to represent different color aspects."],["To use a specific color, call it using the parent class, name, and property, such as `SpreadsheetApp.ThemeColorType.TEXT`."],["The `UNSUPPORTED` property represents theme colors that are not supported."]]],["`ThemeColorType` is an enum that defines color entries for themes. It includes `UNSUPPORTED`, `TEXT`, `BACKGROUND`, and six accent colors (`ACCENT1` to `ACCENT6`). Other colors are `HYPERLINK`, which is for hyperlinks. The enum is called using the parent class, name, and property (e.g., `SpreadsheetApp.ThemeColorType.TEXT`). Each property represents a specific color within a theme.\n"]]