Class ColorBuilder
詳細なドキュメント
asRgbColor()
この色を RgbColor
に変換します。
戻る
RgbColor
- RGB の色。
例外
Error
- 色が RgbColor
でない場合
承認
このメソッドを使用するスクリプトには、次のスコープの 1 つ以上による承認が必要です。
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets
asThemeColor()
この色を ThemeColor
に変換します。
戻る
ThemeColor
- テーマの色。
例外
Error
- 色が ThemeColor
でない場合。
承認
このメソッドを使用するスクリプトには、次のスコープの 1 つ以上による承認が必要です。
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets
build()
ビルダーに指定された設定から色オブジェクトを作成します。
戻る
Color
- このビルダーから作成されたカラー オブジェクト。
getColorType()
この色のタイプを取得します。
戻る
ColorType
- 色のタイプ。
承認
このメソッドを使用するスクリプトには、次のスコープの 1 つ以上による承認が必要です。
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets
setRgbColor(cssString)
RGB 色として設定します。
パラメータ
名前 | 型 | 説明 |
cssString | String | CSS 表記の RGB 色(「#ffffff」など)。 |
戻る
ColorBuilder
- チェーン用のこのビルダー。
setThemeColor(themeColorType)
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-12-02 UTC。
[null,null,["最終更新日 2024-12-02 UTC。"],[[["`ColorBuilder` facilitates the creation and customization of color objects within Google Sheets using Apps Script."],["Methods such as `setRgbColor()` and `setThemeColor()` are used to define the color, while `build()` generates the final `Color` object."],["`asRgbColor()` and `asThemeColor()` methods enable the conversion of the color to specific color types."],["`getColorType()` reveals the color's current type (RGB or Theme)."],["Several of these methods necessitate authorization with relevant scopes for access to spreadsheet data."]]],[]]