public final class ImagePixelFormat
extends com.aspose.ms.System.Enum
Specifies the pixel format for the generated images.
Modifier and Type | Field and Description |
---|---|
static int |
Format1bppIndexed
1 bits per pixel, indexed.
|
static int |
Format24bppRgb
24 bits per pixel, RGB.
|
static int |
Format32bppArgb
32 bits per pixel, ARGB.
|
static int |
Format4bppIndexed
4 bits per pixel, indexed.
|
static int |
Format8bppIndexed
8 bits per pixel, indexed.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int Format1bppIndexed
1 bits per pixel, indexed.
public static final int Format4bppIndexed
4 bits per pixel, indexed.
public static final int Format8bppIndexed
8 bits per pixel, indexed.
public static final int Format24bppRgb
24 bits per pixel, RGB.
public static final int Format32bppArgb
32 bits per pixel, ARGB.