ColorType
ColorType enumeration
代表所有颜色类型
public enum ColorType
价值观
| 姓名 | 价值 | 描述 |
|---|---|---|
| Automatic | 0 | 自动上色。 |
| AutomaticIndex | 1 | 是自动颜色,但显示的颜色取决于操作系统的设置。 |
| RGB | 2 | RGB 颜色。 |
| IndexedColor | 3 | 调色板中的颜色索引。 |
| Theme | 4 | 主题颜色. |
也可以看看
- 命名空间 Aspose.Cells
- 部件 Aspose.Cells
代表所有颜色类型
public enum ColorType
| 姓名 | 价值 | 描述 |
|---|---|---|
| Automatic | 0 | 自动上色。 |
| AutomaticIndex | 1 | 是自动颜色,但显示的颜色取决于操作系统的设置。 |
| RGB | 2 | RGB 颜色。 |
| IndexedColor | 3 | 调色板中的颜色索引。 |
| Theme | 4 | 主题颜色. |