ColorMode Enumeration

Represents color mode in PhotoshopPackage.

Namespace:  Aspose.CAD.Xmp.Schemas.Photoshop
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public enum ColorMode
Members
  Member nameValueDescription
Bitmap0 Bitmap color mode.
GrayScale1 Gray scale color mode.
IndexedColor2 The indexed color.
Rgb3 RGB color.
Cmyk4 CMYK color mode.
MultiChannel7 Multi-channel color.
Duotone8 Duo-tone color.
LabColor9 LAB color.
See Also