RasterImage.Dither

Dither(DitheringMethod, int, IColorPalette)

对当前图像执行抖动。

public abstract void Dither(DitheringMethod ditheringMethod, int bitsCount, 
    IColorPalette customPalette)
范围类型描述
ditheringMethodDitheringMethod抖动法。
bitsCountInt32最后的比特用于抖动。
customPaletteIColorPalette用于抖动的自定义调色板。

也可以看看


Dither(DitheringMethod, int)

对当前图像执行抖动。

public void Dither(DitheringMethod ditheringMethod, int bitsCount)
范围类型描述
ditheringMethodDitheringMethod抖动法。
bitsCountInt32最后的比特用于抖动。

也可以看看