[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-12-02 UTC."],[[["\u003cp\u003e\u003ccode\u003eThemeColor\u003c/code\u003e represents a color from a Google Slide's color scheme, allowing you to access and utilize predefined colors.\u003c/p\u003e\n"],["\u003cp\u003eIt provides two methods: \u003ccode\u003egetColorType()\u003c/code\u003e to determine the color's general type and \u003ccode\u003egetThemeColorType()\u003c/code\u003e to identify its specific role within the theme.\u003c/p\u003e\n"],["\u003cp\u003eBoth methods require authorization with specific scopes related to Google Slides access.\u003c/p\u003e\n"]]],["ThemeColor represents a color linked to a page's ColorScheme. It offers two methods: `getColorType()` and `getThemeColorType()`. `getColorType()` retrieves the color's type, returning a ColorType. `getThemeColorType()` fetches the specific theme color type, returning a ThemeColorType. Both methods necessitate authorization via specific scopes like `presentations.currentonly` or `presentations` to operate within scripts.\n"],null,["ThemeColor\n\nA color that refers to an entry in the page's [ColorScheme](/apps-script/reference/slides/color-scheme). \n\nMethods\n\n| Method | Return type | Brief description |\n|---------------------------------------------|------------------------------------------------------------------|-----------------------------------------|\n| [getColorType()](#getColorType()) | [ColorType](../base/color-type.html) | Get the type of this color. |\n| [getThemeColorType()](#getThemeColorType()) | [ThemeColorType](/apps-script/reference/slides/theme-color-type) | Get the theme color type of this color. |\n\nDetailed documentation \n\n`get``Color``Type()` \nGet the type of this color.\n\nReturn\n\n\n[ColorType](../base/color-type.html) --- The color type.\n\nAuthorization\n\nScripts that use this method require authorization with one or more of the following [scopes](/apps-script/concepts/scopes#setting_explicit_scopes):\n\n- `https://www.googleapis.com/auth/presentations.currentonly`\n- `https://www.googleapis.com/auth/presentations`\n\n*** ** * ** ***\n\n`get``Theme``Color``Type()` \nGet the theme color type of this color.\n\nReturn\n\n\n[ThemeColorType](/apps-script/reference/slides/theme-color-type)\n\nAuthorization\n\nScripts that use this method require authorization with one or more of the following [scopes](/apps-script/concepts/scopes#setting_explicit_scopes):\n\n- `https://www.googleapis.com/auth/presentations.currentonly`\n- `https://www.googleapis.com/auth/presentations`"]]