RasterImage.Dither
Dither(DitheringMethod, int, IColorPalette)
현재 이미지에서 디더링을 수행합니다.
public abstract void Dither(DitheringMethod ditheringMethod, int bitsCount,
IColorPalette customPalette)
모수 | 유형 | 설명 |
---|---|---|
ditheringMethod | DitheringMethod | 디더링 방법. |
bitsCount | Int32 | 최종 비트는 디더링에 포함됩니다. |
customPalette | IColorPalette | 디더링을 위한 사용자 지정 팔레트입니다. |
또한보십시오
- enum DitheringMethod
- interface IColorPalette
- class RasterImage
- 네임스페이스 Aspose.PSD
- 집회 Aspose.PSD
Dither(DitheringMethod, int)
현재 이미지에서 디더링을 수행합니다.
public void Dither(DitheringMethod ditheringMethod, int bitsCount)
모수 | 유형 | 설명 |
---|---|---|
ditheringMethod | DitheringMethod | 디더링 방법. |
bitsCount | Int32 | 최종 비트는 디더링에 포함됩니다. |
또한보십시오
- enum DitheringMethod
- class RasterImage
- 네임스페이스 Aspose.PSD
- 집회 Aspose.PSD