Table of Contents

Enum ColorModes

Namespace
Aspose.Imaging.FileFormats.Psd
Assembly
Aspose.Imaging.dll

Represents the PSD file format color modes.

public enum ColorModes : short

Fields

Bitmap = 0

The bitmap color mode.

Cmyk = 4

CMYK color mode.

Duotone = 8

Duotone color mode.

Grayscale = 1

The grayscale mode.

Indexed = 2

Indexed color mode.

Lab = 9

Lab color mode.

Multichannel = 7

Multichannel color mode.

Rgb = 3

RGB color mode.