ColorMode

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

public final class ColorMode extends System.Enum

Stellt den Farbmodus in PhotoshopPackage dar.

Felder

FeldBeschreibung
BitmapBitmap-Farbmodus.
GrayScaleGraustufen-Farbmodus.
IndexedColorDie indizierte Farbe.
RgbRGB-Farbe.
CmykCMYK-Farbmodus.
MultiChannelMehrkanal-Farbe.
DuotoneDuo-Ton-Farbe.
LabColorLAB-Farbe.

Bitmap

public static final byte Bitmap

Bitmap-Farbmodus.

GrayScale

public static final byte GrayScale

Graustufen-Farbmodus.

IndexedColor

public static final byte IndexedColor

Die indizierte Farbe.

Rgb

public static final byte Rgb

RGB-Farbe.

Cmyk

public static final byte Cmyk

CMYK-Farbmodus.

MultiChannel

public static final byte MultiChannel

Mehrkanal-Farbe.

Duotone

public static final byte Duotone

Duo-Ton-Farbe.

LabColor

public static final byte LabColor

LAB-Farbe.