Dither
ApngImage.Dither method
Выполняет сглаживание текущего изображения.
public override void Dither(DitheringMethod ditheringMethod, int bitsCount,
IColorPalette customPalette)
Параметр | Тип | Описание |
---|---|---|
ditheringMethod | DitheringMethod | Метод дизеринга. |
bitsCount | Int32 | Последние биты учитываются при дизеринге. |
customPalette | IColorPalette | Пользовательская палитра для дизеринга. |
Смотрите также
- enum DitheringMethod
- interface IColorPalette
- class ApngImage
- пространство имен Aspose.Imaging.FileFormats.Apng
- сборка Aspose.Imaging