ColorMode
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class ColorMode extends System.Enum
图像的颜色模式。
字段
| 字段 | 描述 |
|---|---|
| BlackAndWhite | 二值图像:仅使用黑白颜色 |
| GrayScale | 灰度图像 |
| Normal | 全彩图像 |
BlackAndWhite
public static final int BlackAndWhite
二值图像:仅使用黑白颜色
GrayScale
public static final int GrayScale
灰度图像
Normal
public static final int Normal
全彩图像