RasterImage.Dither

Dither(DitheringMethod, int, IColorPalette)

Esegue il dithering sull’immagine corrente.

public abstract void Dither(DitheringMethod ditheringMethod, int bitsCount, 
    IColorPalette customPalette)
ParametroTipoDescrizione
ditheringMethodDitheringMethodIl metodo del dithering.
bitsCountInt32I bit finali contano per il dithering.
customPaletteIColorPaletteLa tavolozza personalizzata per il dithering.

Guarda anche


Dither(DitheringMethod, int)

Esegue il dithering sull’immagine corrente.

public void Dither(DitheringMethod ditheringMethod, int bitsCount)
ParametroTipoDescrizione
ditheringMethodDitheringMethodIl metodo del dithering.
bitsCountInt32I bit finali contano per il dithering.

Guarda anche