Class ColorBuilder
內容詳盡的說明文件
asRgbColor()
將此顏色轉換成 RgbColor
。
回攻員
RgbColor
— RGB 顏色。
擲回
Error
— 如果顏色不是 RgbColor
授權
使用這個方法的指令碼必須取得以下一或多個範圍的授權:
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets
asThemeColor()
將此顏色轉換成 ThemeColor
。
回攻員
ThemeColor
:主題顏色。
擲回
Error
— 如果顏色不是 ThemeColor
。
授權
使用這個方法的指令碼必須取得以下一或多個範圍的授權:
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets
build()
從提供給建構工具的設定來建立顏色物件。
回攻員
Color
— 透過此建構工具建立的顏色物件。
getColorType()
取得這個顏色的類型。
回攻員
ColorType
:顏色類型。
授權
使用這個方法的指令碼必須取得以下一或多個範圍的授權:
-
https://www.googleapis.com/auth/spreadsheets.currentonly
-
https://www.googleapis.com/auth/spreadsheets
setRgbColor(cssString)
設定為 RGB 顏色。
參數
名稱 | 類型 | 說明 |
cssString | String | CSS 標記法中的 RGB 顏色 (例如「#ffffff」)。 |
回攻員
ColorBuilder
— 這個建構工具用於鏈結。
setThemeColor(themeColorType)
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2023-12-02 (世界標準時間)。
[null,null,["上次更新時間:2023-12-02 (世界標準時間)。"],[[["`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."]]],[]]