Enum PixelFormat

Enum PixelFormat

Namespace: Aspose.Imaging
Assembly: Aspose.Imaging.dll (25.7.0)

The pixel data format actual meaning.

public enum PixelFormat
    {
        Unknown = 0,
        Format1bppIndexed = 1,
        Format4bppIndexed = 2,
        Format8bppIndexed = 3,
        Format24bppRgb = 24,
        Format32bppArgb = 32,
    }

Fields

Bgr = 1

The BGR color space.

CieLab = 6

The CIE lab color space.

Cmyk = 4

The CMYK color space.

Grayscale = 0

The grayscale color space

Rgb = 2

The RGB color space.

YCbCr = 3

The YCbCr color space.

Ycck = 5

The YCCK color space.

 English