PsdColorMode enumeration

PsdColorMode enumeration

Represents the psd file format color mode.

The PsdColorMode type exposes the following members:

Fields

Field Description
BITMAP The bitmap color mode.
GRAYSCALE The grayscale mode.
INDEXED The indexed color mode.
RGB The RGB color mode.
CMYK The CMYK color mode.
MULTICHANNEL The multichannel color mode.
DUOTONE The duotone color mode.
LAB The LAB color mode.

See Also