C# Класс SimplePaletteQuantizer.Ditherers.ErrorDiffusion.BaseErrorDistributionDitherer

Наследование: BaseColorDitherer
Показать файл Открыть проект

Защищенные методы

Метод Описание
OnProcessPixel ( Pixel sourcePixel, Pixel targetPixel ) : System.Boolean

See BaseColorDitherer.OnProcessPixel for more details.

Приватные методы

Метод Описание
ProcessNeighbor ( Pixel targetPixel, Int32 x, Int32 y, System.Single factor, Int32 redError, Int32 greenError, Int32 blueError ) : void

Описание методов

OnProcessPixel() защищенный Метод

See BaseColorDitherer.OnProcessPixel for more details.
protected OnProcessPixel ( Pixel sourcePixel, Pixel targetPixel ) : System.Boolean
sourcePixel Pixel
targetPixel Pixel
Результат System.Boolean