ColorAdjustType
ColorAdjustType enumeration
指定哪些对象使用颜色调整信息。
public enum ColorAdjustType
价值观
| 姓名 | 价值 | 描述 |
|---|---|---|
| Default | 0 | 由没有自己的颜色调整信息的所有 GDI+ 对象使用的颜色调整信息。 |
| Bitmap | 1 | 位图对象的颜色调整信息。 |
| Brush | 2 | 画笔对象的颜色调整信息。 |
| Pen | 3 | Pen 对象的颜色调整信息。 |
| Text | 4 | 文本的颜色调整信息。 |
| Count | 5 | 指定的类型数。 |
| Any | 6 | 指定的类型数。 |
也可以看看
- 命名空间 Aspose.Imaging
- 部件 Aspose.Imaging