DitheringMethods

Inheritance: java.lang.Object, com.aspose.ms.System.Enum

The dithering methods used to control color conversion.

Enum Values

FieldDescription
PaletteIgnoreThe palette is ignored
PaletteConversionThe palette is not ignored and wise color conversion should be applied.
CustomConverterThe 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