DitheringMethods

DitheringMethods enumeration

The dithering methods used to control color conversion.

public enum DitheringMethods

Values

NameValueDescription
PaletteIgnore0The palette is ignored
PaletteConversion1The palette is not ignored and wise color conversion should be applied.
CustomConverter2The custom converter.

See Also