Class ThemeColor

  • ThemeColor refers to a color based on an entry in the page's ColorScheme.

  • ThegetColorType() method returns the type of the color as a ColorType.

  • ThegetThemeColorType() method returns the theme color type of the color as a ThemeColorType.

  • Both methods require specific authorization scopes to be used in scripts.

ThemeColor

A color that refers to an entry in the page'sColorScheme.

Methods

MethodReturn typeBrief description
getColorType()ColorTypeGet the type of this color.
getThemeColorType()ThemeColorTypeGet the theme color type of this color.

Detailed documentation

getColorType()

Get the type of this color.

Return

ColorType — The color type.

Authorization

Scripts that use this method require authorization with one or more of the followingscopes:

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

getThemeColorType()

Get the theme color type of this color.

Return

ThemeColorType

Authorization

Scripts that use this method require authorization with one or more of the followingscopes:

  • https://www.googleapis.com/auth/presentations.currentonly
  • https://www.googleapis.com/auth/presentations

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-12-11 UTC.