C# Class PixelFarm.Agg.FloodFill.FillingRule

Mostra file Open project: prepare/HTML-Renderer

Protected Properties

Property Type Description
fillColor PixelFarm.Drawing.Color
startColor PixelFarm.Drawing.Color

Public Methods

Method Description
CheckPixel ( byte destBuffer, int bufferOffset ) : bool
SetPixel ( byte destBuffer, int bufferOffset ) : void
SetStartColor ( Color startColor ) : void

Protected Methods

Method Description
FillingRule ( Color fillColor ) : PixelFarm.Drawing

Method Details

CheckPixel() public abstract method

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

FillingRule() protected method

protected FillingRule ( Color fillColor ) : PixelFarm.Drawing
fillColor PixelFarm.Drawing.Color
return PixelFarm.Drawing

SetPixel() public method

public SetPixel ( byte destBuffer, int bufferOffset ) : void
destBuffer byte
bufferOffset int
return void

SetStartColor() public method

public SetStartColor ( Color startColor ) : void
startColor PixelFarm.Drawing.Color
return void

Property Details

fillColor protected_oe property

protected Color,PixelFarm.Drawing fillColor
return PixelFarm.Drawing.Color

startColor protected_oe property

protected Color,PixelFarm.Drawing startColor
return PixelFarm.Drawing.Color