C# Class SimplePaletteQuantizer.Ditherers.Ordered.BaseOrderedDitherer

Inheritance: BaseColorDitherer
Datei anzeigen Open project: RHY3756547/FreeSO

Protected Methods

Method Description
OnProcessPixel ( Pixel sourcePixel, Pixel targetPixel ) : System.Boolean

See BaseColorDitherer.OnProcessPixel for more details.

Method Details

OnProcessPixel() protected method

See BaseColorDitherer.OnProcessPixel for more details.
protected OnProcessPixel ( Pixel sourcePixel, Pixel targetPixel ) : System.Boolean
sourcePixel Pixel
targetPixel Pixel
return System.Boolean