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
BlackAndWhiteBinary image: only black and white colors are used
GrayScaleGray scale image
NormalFull 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