public final class PhotoshopColorMode
extends com.aspose.ms.System.Enum
Represents color mode in PhotoshopPackage
.
Modifier and Type | Field and Description |
---|---|
static int |
Bitmap
Bitmap color mode.
|
static int |
CMYK
CMYK color mode.
|
static int |
Duotone
Duo-tone color.
|
static int |
Gray_Scale
Gray scale color mode.
|
static int |
Indexed_Color
The indexed color.
|
static int |
LAB_Color
LAB color.
|
static int |
Multi_Channel
Multi-channel color.
|
static int |
RGB
RGB color.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int Bitmap
Bitmap color mode.
public static final int Gray_Scale
Gray scale color mode.
public static final int Indexed_Color
The indexed color.
public static final int RGB
RGB color.
public static final int CMYK
CMYK color mode.
public static final int Multi_Channel
Multi-channel color.
public static final int Duotone
Duo-tone color.
public static final int LAB_Color
LAB color.
Copyright © 2018. All rights reserved.