ColorModes

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class ColorModes extends System.Enum

Represents the PSD file format color modes.

Fields

FieldDescription
BitmapThe bitmap color mode.
GrayscaleThe grayscale mode.
IndexedIndexed color mode.
RgbRGB color mode.
CmykCMYK color mode.
MultichannelMultichannel color mode.
DuotoneDuotone color mode.
LabLab color mode.

Bitmap

public static final short Bitmap

The bitmap color mode.

Grayscale

public static final short Grayscale

The grayscale mode.

Indexed

public static final short Indexed

Indexed color mode.

Rgb

public static final short Rgb

RGB color mode.

Cmyk

public static final short Cmyk

CMYK color mode.

Multichannel

public static final short Multichannel

Multichannel color mode.

Duotone

public static final short Duotone

Duotone color mode.

Lab

public static final short Lab

Lab color mode.