Aspose::Cells::Rendering::ColorDepth enum
ColorDepth enum
Enumerates Bit Depth Type for tiff image.
enum class ColorDepth
Values
| Name | Value | Description |
|---|---|---|
| Default | 0 | Default value, not set value. |
| Format1bpp | 1 | 1 bit per pixel |
| Format4bpp | 4 | 4 bits per pixel |
| Format8bpp | 8 | 8 bits per pixel |
| Format24bpp | 24 | 24 bits per pixel |
| Format32bpp | 32 | 32 bits per pixel |
See Also
- Namespace Aspose::Cells::Rendering
- Library Aspose.Cells for C++