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
フルカラー画像