ColorModes Enumeration

Represents the psd file format color modes.

Namespace:  Aspose.CAD.FileFormats.Psd
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public enum ColorModes
Members
  Member nameValueDescription
Bitmap0 The bitmap color mode.
Grayscale1 The grayscale mode.
Indexed2 Indexed color mode.
Rgb3 RGB color mode.
Cmyk4 CMYK color mode.
Multichannel7 Multichannel color mode.
Duotone8 Duotone color mode.
Lab9 Lab color mode.
See Also