Aspose::Pdf::Devices::ColorDepth enum

ColorDepth enum

Used to specify the parameter value passed to a Tiff image device.

enum class ColorDepth

Values

NameValueDescription
Default0Default color depth. 32 bit depth is used by default.
Format24bpp1Rgb 24 bit depth.
Format8bpp28 bits per pixel. Equal PixelFormat::Format8bppIndexed
Format4bpp34 bits per pixel. Equal PixelFormat::Format4bppIndexed
Format1bpp41 bit per pixel. Equal PixelFormat::Format32bppRgb

See Also