XmpPhotoshopColorMode
Inheritance: java.lang.Object, java.lang.Enum
All Implemented Interfaces: com.groupdocs.metadata.core.IEnumValue
public enum XmpPhotoshopColorMode extends Enum<XmpPhotoshopColorMode> implements IEnumValue
Represents a color mode in XmpPhotoshopPackage .
Fields
Field | Description |
---|---|
Bitmap | The bitmap color mode. |
GrayScale | The gray scale color mode. |
IndexedColor | The indexed color. |
Rgb | The RGB color mode. |
Cmyk | The CMYK color mode. |
MultiChannel | The multi-channel color mode. |
Duotone | The duo-tone color mode. |
LabColor | The LAB color mode. |
Methods
Bitmap
public static final XmpPhotoshopColorMode Bitmap
The bitmap color mode.
GrayScale
public static final XmpPhotoshopColorMode GrayScale
The gray scale color mode.
IndexedColor
public static final XmpPhotoshopColorMode IndexedColor
The indexed color.
Rgb
public static final XmpPhotoshopColorMode Rgb
The RGB color mode.
Cmyk
public static final XmpPhotoshopColorMode Cmyk
The CMYK color mode.
MultiChannel
public static final XmpPhotoshopColorMode MultiChannel
The multi-channel color mode.
Duotone
public static final XmpPhotoshopColorMode Duotone
The duo-tone color mode.
LabColor
public static final XmpPhotoshopColorMode LabColor
The LAB color mode.
values()
public static XmpPhotoshopColorMode[] values()
Returns: com.groupdocs.metadata.core.XmpPhotoshopColorMode[]
valueOf(String name)
public static XmpPhotoshopColorMode valueOf(String name)
Parameters:
Parameter | Type | Description |
---|---|---|
name | java.lang.String |
Returns: XmpPhotoshopColorMode
getByRawValue(int rawValue)
public static XmpPhotoshopColorMode getByRawValue(int rawValue)
Parameters:
Parameter | Type | Description |
---|---|---|
rawValue | int |
Returns: XmpPhotoshopColorMode
getFirst()
public static IEnumValue getFirst()
Returns: IEnumValue
getAllValues()
public Object[] getAllValues()
Returns the array of all values defined in the class.
Returns: java.lang.Object[]
getEnumValueByRawValue(int rawValue)
public IEnumValue getEnumValueByRawValue(int rawValue)
Returns the enumeration value by the raw value associated with it.
Parameters:
Parameter | Type | Description |
---|---|---|
rawValue | int |
Returns: IEnumValue
getEnumValueByName(String name)
public IEnumValue getEnumValueByName(String name)
Returns the enumeration value by its name.
Parameters:
Parameter | Type | Description |
---|---|---|
name | java.lang.String |
Returns: IEnumValue
getRawValueType()
public RawIntegerType getRawValueType()
Returns the underlying type of the raw value of this enumeration value.
Returns: RawIntegerType
getRawValue()
public int getRawValue()
Returns the raw value of this enumeration value.
Returns: int