Enum ThemeColorType

ThemeColorType

An enum which describes various color entries supported in themes.

To call an enum, you call its parent class, name, and property. For example, SpreadsheetApp.ThemeColorType.TEXT.

Properties

PropertyTypeDescription
UNSUPPORTEDEnumRepresents a theme color that is not supported.
TEXTEnumRepresents the text color.
BACKGROUNDEnumRepresents the color to use for chart's background.
ACCENT1EnumRepresents the first accent color.
ACCENT2EnumRepresents the second accent color.
ACCENT3EnumRepresents the third accent color.
ACCENT4EnumRepresents the fourth accent color.
ACCENT5EnumRepresents the fifth accent color.
ACCENT6EnumRepresents the sixth accent color.
HYPERLINKEnumRepresents the color to use for hyperlinks.