RasterImage.Dither
Dither(DitheringMethod, int, IColorPalette)
Voert dithering uit op de huidige afbeelding.
public abstract void Dither(DitheringMethod ditheringMethod, int bitsCount,
IColorPalette customPalette)
Parameter | Type | Beschrijving |
---|---|---|
ditheringMethod | DitheringMethod | De dithering-methode. |
bitsCount | Int32 | De laatste bits tellen mee voor dithering. |
customPalette | IColorPalette | Het aangepaste palet voor dithering. |
Zie ook
- enum DitheringMethod
- interface IColorPalette
- class RasterImage
- naamruimte Aspose.PSD
- montage Aspose.PSD
Dither(DitheringMethod, int)
Voert dithering uit op de huidige afbeelding.
public void Dither(DitheringMethod ditheringMethod, int bitsCount)
Parameter | Type | Beschrijving |
---|---|---|
ditheringMethod | DitheringMethod | De dithering-methode. |
bitsCount | Int32 | De laatste bits tellen mee voor dithering. |
Zie ook
- enum DitheringMethod
- class RasterImage
- naamruimte Aspose.PSD
- montage Aspose.PSD