RasterImage.Dither

Dither(DitheringMethod, int, IColorPalette)

Voert dithering uit op de huidige afbeelding.

public abstract void Dither(DitheringMethod ditheringMethod, int bitsCount, 
    IColorPalette customPalette)
ParameterTypeBeschrijving
ditheringMethodDitheringMethodDe dithering-methode.
bitsCountInt32De laatste bits tellen mee voor dithering.
customPaletteIColorPaletteHet aangepaste palet voor dithering.

Zie ook


Dither(DitheringMethod, int)

Voert dithering uit op de huidige afbeelding.

public void Dither(DitheringMethod ditheringMethod, int bitsCount)
ParameterTypeBeschrijving
ditheringMethodDitheringMethodDe dithering-methode.
bitsCountInt32De laatste bits tellen mee voor dithering.

Zie ook