ColorMode
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class ColorMode extends System.Enum
The color mode of the image.
Fields
Field | Description |
---|---|
BlackAndWhite | Binary image: only black and white colors are used |
GrayScale | Gray scale image |
Normal | Full color image |
BlackAndWhite
public static final int BlackAndWhite
Binary image: only black and white colors are used
GrayScale
public static final int GrayScale
Gray scale image
Normal
public static final int Normal
Full color image