Enum ColorMode
ColorMode enumeration
Represents color mode in PhotoshopPackage
.
public enum ColorMode : byte
Values
Name | Value | Description |
---|---|---|
Bitmap | 0 | Bitmap color mode. |
GrayScale | 1 | Gray scale color mode. |
IndexedColor | 2 | The indexed color. |
Rgb | 3 | RGB color. |
Cmyk | 4 | CMYK color mode. |
MultiChannel | 7 | Multi-channel color. |
Duotone | 8 | Duo-tone color. |
LabColor | 9 | LAB color. |
See Also
- namespace Aspose.Imaging.Xmp.Schemas.Photoshop
- assembly Aspose.Imaging