RasterImage.Dither
Contenu
[
Cacher
]Dither(DitheringMethod, int, IColorPalette)
Effectue un tramage sur l’image actuelle.
public abstract void Dither(DitheringMethod ditheringMethod, int bitsCount,
IColorPalette customPalette)
Paramètre | Taper | La description |
---|---|---|
ditheringMethod | DitheringMethod | La méthode de tramage. |
bitsCount | Int32 | Les derniers bits comptent pour le tramage. |
customPalette | IColorPalette | La palette personnalisée pour le tramage. |
Voir également
- enum DitheringMethod
- interface IColorPalette
- class RasterImage
- espace de noms Aspose.PSD
- Assemblée Aspose.PSD
Dither(DitheringMethod, int)
Effectue un tramage sur l’image actuelle.
public void Dither(DitheringMethod ditheringMethod, int bitsCount)
Paramètre | Taper | La description |
---|---|---|
ditheringMethod | DitheringMethod | La méthode de tramage. |
bitsCount | Int32 | Les derniers bits comptent pour le tramage. |
Voir également
- enum DitheringMethod
- class RasterImage
- espace de noms Aspose.PSD
- Assemblée Aspose.PSD