DitheringMethods

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

public final class DitheringMethods extends System.Enum

The dithering methods used to control color conversion.

Fields

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

PaletteConversion

public static final int PaletteConversion

The palette is not ignored and wise color conversion should be applied.

CustomConverter

public static final int CustomConverter

The custom converter.