DitheringMethods
Inheritance: java.lang.Object, com.aspose.ms.System.Enum
The dithering methods used to control color conversion.
Enum Values
| Field | Description |
|---|---|
| PaletteIgnore | The palette is ignored |
| PaletteConversion | The palette is not ignored and wise color conversion should be applied. |
| CustomConverter | The custom converter. |
PaletteIgnore
public static final int PaletteIgnore
The palette is ignored
Returns: int
PaletteConversion
public static final int PaletteConversion
The palette is not ignored and wise color conversion should be applied.
Returns: int
CustomConverter
public static final int CustomConverter
The custom converter.
Returns: int