C# Class PixelFarm.Agg.FloodFill.ToleranceMatch

Inheritance: FillingRule
Exibir arquivo Open project: prepare/HTML-Renderer

Public Methods

Method Description
CheckPixel ( byte destBuffer, int bufferOffset ) : bool
ToleranceMatch ( Color fillColor, int tolerance0To255 ) : PixelFarm.Drawing

Method Details

CheckPixel() public method

public CheckPixel ( byte destBuffer, int bufferOffset ) : bool
destBuffer byte
bufferOffset int
return bool

ToleranceMatch() public method

public ToleranceMatch ( Color fillColor, int tolerance0To255 ) : PixelFarm.Drawing
fillColor PixelFarm.Drawing.Color
tolerance0To255 int
return PixelFarm.Drawing