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

FieldDescription
NormalFull color image
GrayScaleGray scale image
BlackAndWhiteBinary image: only black and white colors are used

Normal

public static final int Normal

Full color image

GrayScale

public static final int GrayScale

Gray scale image

BlackAndWhite

public static final int BlackAndWhite

Binary image: only black and white colors are used