Table of Contents

Method Dither

Namespace
Aspose.CAD
Assembly
Aspose.CAD.dll

Dither(DitheringMethod, int)

Performs dithering on the current image.

public void Dither(DitheringMethod ditheringMethod, int bitsCount)

Parameters

ditheringMethod DitheringMethod

The dithering method.

bitsCount int

The final bits count for dithering.

Dither(DitheringMethod, int, IColorPalette)

Performs dithering on the current image.

public abstract void Dither(DitheringMethod ditheringMethod, int bitsCount, IColorPalette customPalette)

Parameters

ditheringMethod DitheringMethod

The dithering method.

bitsCount int

The final bits count for dithering.

customPalette IColorPalette

The custom palette for dithering.