XmpPhotoshopColorMode

XmpPhotoshopColorMode enumeration

Represents a color mode in XmpPhotoshopPackage.

public enum XmpPhotoshopColorMode

Values

Name Value Description
Bitmap 0 The bitmap color mode.
GrayScale 1 The gray scale color mode.
IndexedColor 2 The indexed color.
Rgb 3 The RGB color mode.
Cmyk 4 The CMYK color mode.
MultiChannel 7 The multi-channel color mode.
Duotone 8 The duo-tone color mode.
LabColor 9 The LAB color mode.

See Also