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