public final class ColorDepth
extends com.aspose.ms.System.Enum
Used to specify the parameter value passed to a Tiff image device.
Modifier and Type | Field and Description |
---|---|
static int |
Default
Default color depth
|
static int |
Format1bpp
1 bit per pixel.
|
static int |
Format4bpp
4 bits per pixel.
|
static int |
Format8bpp
8 bits per pixel.
|
public static final int Default
Default color depth
public static final int Format8bpp
8 bits per pixel. Equal PixelFormat.Format8bppIndexed
public static final int Format4bpp
4 bits per pixel. Equal PixelFormat.Format4bppIndexed
public static final int Format1bpp
1 bit per pixel. Equal PixelFormat.Format32bppRgb