色彩配置會定義從 Theme
成員到用於算繪的實際顏色的對應項目。
方法
方法 | 傳回類型 | 簡短說明 |
---|---|---|
get | Color | 傳回與此色彩配置中的 Theme 相關聯的具體 Color 。 |
get | Theme | 傳回色彩配置中所有可能的主題顏色類型清單。 |
set | Color | 將與此色彩配置中的 Theme 相關聯的具體顏色設為指定顏色。 |
set | Color | 將與此色彩配置中的 Theme 相關聯的具體顏色設為 RGB 格式的指定顏色。 |
set | Color | 將與此色彩配置中的 Theme 相關聯的具體顏色,設為十六進位格式的指定顏色。 |
內容詳盡的說明文件
get Concrete Color(theme)
傳回與此色彩配置中的 Theme
相關聯的具體 Color
。
系統保證傳回的顏色不是 Theme
的例項。
參數
名稱 | 類型 | 說明 |
---|---|---|
theme | Theme | 要從中衍生具體顏色的主題顏色。 |
回攻員
Color
:此配色方案中主題顏色類型對應的具體顏色。
授權
使用這個方法的腳本需要具備下列一或多個範圍的授權:
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
get Theme Colors()
傳回色彩配置中所有可能的主題顏色類型清單。
回攻員
Theme
:此色彩配置中可能的主題顏色類型。
授權
使用這個方法的腳本需要具備下列一或多個範圍的授權:
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
set Concrete Color(type, color)
將與此色彩配置中的 Theme
相關聯的具體顏色設為指定顏色。
參數
名稱 | 類型 | 說明 |
---|---|---|
type | Theme | 主題顏色類型。 |
color | Color | 要將主題顏色類型設為的顏色。 |
回攻員
Color
:這個色彩配置,用於鏈結。
授權
使用這個方法的腳本需要具備下列一或多個範圍的授權:
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
set Concrete Color(type, red, green, blue)
將與此色彩配置中的 Theme
相關聯的具體顏色設為 RGB 格式的指定顏色。
參數
名稱 | 類型 | 說明 |
---|---|---|
type | Theme | 主題顏色類型。 |
red | Integer | 主題顏色類型所設紅色值 (介於 0 和 255 之間)。 |
green | Integer | 主題顏色類型所設綠色值 (介於 0 和 255 之間)。 |
blue | Integer | 主題顏色類型所設藍色值 (介於 0 和 255 之間)。 |
回攻員
Color
:這個色彩配置,用於鏈結。
授權
使用這個方法的腳本需要具備下列一或多個範圍的授權:
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations
set Concrete Color(type, hexColor)
將與此色彩配置中的 Theme
相關聯的具體顏色設為十六進位格式的指定顏色。
十六進位字串的格式必須為「#RRGGBB」。
參數
名稱 | 類型 | 說明 |
---|---|---|
type | Theme | 主題顏色類型。 |
hex | String | 要設定主題顏色類型的十六進位顏色,例如 #F304a7。 |
回攻員
Color
:這個色彩配置,用於鏈結。
授權
使用這個方法的腳本需要具備下列一或多個範圍的授權:
-
https://www.googleapis.com/auth/presentations.currentonly
-
https://www.googleapis.com/auth/presentations