RasterImage.Dither

Dither(DitheringMethod, int, IColorPalette)

Performs dithering on the current image.

public abstract void Dither(DitheringMethod ditheringMethod, int bitsCount, 
    IColorPalette customPalette)
ParameterTypeDescription
ditheringMethodDitheringMethodThe dithering method.
bitsCountInt32The final bits count for dithering.
customPaletteIColorPaletteThe custom palette for dithering.

See Also


Dither(DitheringMethod, int)

Performs dithering on the current image.

public void Dither(DitheringMethod ditheringMethod, int bitsCount)
ParameterTypeDescription
ditheringMethodDitheringMethodThe dithering method.
bitsCountInt32The final bits count for dithering.

See Also