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