Class Color Stay organized with collections Save and categorize content based on your preferences.
Page Summary
The Color object represents a color and can be converted to an RgbColor or a ThemeColor.
You can get the type of the color using the
getColorType()method.Converting to RgbColor or ThemeColor may throw an error if the color is not of that type.
Using these methods requires specific spreadsheet authorization scopes.
A representation for a color.
Methods
| Method | Return type | Brief description |
|---|---|---|
as | Rgb | Converts this color to anRgb. |
as | Theme | Converts this color to aTheme. |
get | Color | Get the type of this color. |
Detailed documentation
asRgbColor()
Converts this color to anRgb.
Return
Rgb — The RGB color.
Throws
Error — if the color is not anRgb
Authorization
Scripts that use this method require authorization with one or more of the followingscopes:
https://www.googleapis.com/auth/spreadsheets.currentonlyhttps://www.googleapis.com/auth/spreadsheets
asThemeColor()
Converts this color to aTheme.
Return
Theme — The theme color.
Throws
Error — if the color is not aTheme.
Authorization
Scripts that use this method require authorization with one or more of the followingscopes:
https://www.googleapis.com/auth/spreadsheets.currentonlyhttps://www.googleapis.com/auth/spreadsheets
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.