[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 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"]]