public final class DitheringMethods
extends com.aspose.ms.System.Enum
The dithering methods used to control color conversion.
Modifier and Type | Field and Description |
---|---|
static int |
CustomConverter
The custom converter.
|
static int |
PaletteConversion
The palette is not ignored and wise color conversion should be applied.
|
static int |
PaletteIgnore
The palette is ignored
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, parseQuick, parseQuick, register, toObject, toString
public static final int PaletteIgnore
The palette is ignored
public static final int PaletteConversion
The palette is not ignored and wise color conversion should be applied.
public static final int CustomConverter
The custom converter.