C# Class PixelFarm.Agg.FloodFill.ExactMatch

Inheritance: FillingRule
Mostrar archivo Open project: prepare/HTML-Renderer

Public Methods

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

Method Details

CheckPixel() public method

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

ExactMatch() public method

public ExactMatch ( Color fillColor ) : PixelFarm.Drawing
fillColor PixelFarm.Drawing.Color
return PixelFarm.Drawing