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ディザリングの最終ビット カウント。

関連項目