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최종 비트는 디더링에 포함됩니다.

또한보십시오