[]
Ƭ ColorScheme: (ColorRule
| string
[])[]
属性 0
- 颜色规则
property
{string[]} 1 - 颜色列表
▸ getColor(colorScheme
, index
, count?
): string
通过colorScheme、index获取指定颜色
代码示例
GC.Spread.Sheets.Charts.getColor([GC.Spread.Sheets.Charts.ColorRule.acrossLinear, ['Accent 1', 'Accent 4']], 6, 10); // return 'Accent 1 23'
属性名 | 类型 | 说明 |
---|---|---|
colorScheme |
ColorScheme |
配色方案。 |
index |
number |
The specified index. |
count? |
number |
- |
string
返回指定的颜色。