XmpPhotoshopColorMode
Leave feedback
On this page
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 .
| 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. |
public static final XmpPhotoshopColorMode Bitmap
The bitmap color mode.
public static final XmpPhotoshopColorMode GrayScale
The gray scale color mode.
public static final XmpPhotoshopColorMode IndexedColor
The indexed color.
public static final XmpPhotoshopColorMode Rgb
The RGB color mode.
public static final XmpPhotoshopColorMode Cmyk
The CMYK color mode.
public static final XmpPhotoshopColorMode MultiChannel
The multi-channel color mode.
public static final XmpPhotoshopColorMode Duotone
The duo-tone color mode.
public static final XmpPhotoshopColorMode LabColor
The LAB color mode.
public static XmpPhotoshopColorMode[] values()
Returns: com.groupdocs.metadata.core.XmpPhotoshopColorMode[]
public static XmpPhotoshopColorMode valueOf(String name)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| name | java.lang.String |
Returns: XmpPhotoshopColorMode
public static XmpPhotoshopColorMode getByRawValue(int rawValue)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| rawValue | int |
Returns: XmpPhotoshopColorMode
public static IEnumValue getFirst()
Returns: IEnumValue
public Object[] getAllValues()
Returns the array of all values defined in the class.
Returns: java.lang.Object[]
public IEnumValue getEnumValueByRawValue(int rawValue)
Returns the enumeration value by the raw value associated with it.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| rawValue | int |
Returns: IEnumValue
public IEnumValue getEnumValueByName(String name)
Returns the enumeration value by its name.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| name | java.lang.String |
Returns: IEnumValue
public RawIntegerType getRawValueType()
Returns the underlying type of the raw value of this enumeration value.
Returns: RawIntegerType
public int getRawValue()
Returns the raw value of this enumeration value.
Returns: int
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.