RasterImage.Dither
Contenido
[
Ocultar
]Dither(DitheringMethod, int, IColorPalette)
Realiza tramado en la imagen actual.
public abstract void Dither(DitheringMethod ditheringMethod, int bitsCount,
IColorPalette customPalette)
Parámetro | Escribe | Descripción |
---|---|---|
ditheringMethod | DitheringMethod | El método de tramado. |
bitsCount | Int32 | Los bits finales cuentan para el tramado. |
customPalette | IColorPalette | La paleta personalizada para tramado. |
Ver también
- enum DitheringMethod
- interface IColorPalette
- class RasterImage
- espacio de nombres Aspose.PSD
- asamblea Aspose.PSD
Dither(DitheringMethod, int)
Realiza tramado en la imagen actual.
public void Dither(DitheringMethod ditheringMethod, int bitsCount)
Parámetro | Escribe | Descripción |
---|---|---|
ditheringMethod | DitheringMethod | El método de tramado. |
bitsCount | Int32 | Los bits finales cuentan para el tramado. |
Ver también
- enum DitheringMethod
- class RasterImage
- espacio de nombres Aspose.PSD
- asamblea Aspose.PSD