C# Class Apachai.Effects.Core.BaseEffect

Datei anzeigen Open project: garuma/apachai

Public Methods

Method Description
Clone ( ) : BaseEffect
RenderEffect ( FastBitmap src, FastBitmap dst ) : void
RenderEffect ( FastBitmap src, FastBitmap dst, Rectangle rois ) : void

Protected Methods

Method Description
RenderLine ( PixelData src, PixelData dst, int length ) : void
RenderPixel ( PixelData color ) : PixelData

Method Details

Clone() public method

public Clone ( ) : BaseEffect
return BaseEffect

RenderEffect() public method

public RenderEffect ( FastBitmap src, FastBitmap dst ) : void
src System.Drawing.FastBitmap
dst System.Drawing.FastBitmap
return void

RenderEffect() public method

public RenderEffect ( FastBitmap src, FastBitmap dst, Rectangle rois ) : void
src System.Drawing.FastBitmap
dst System.Drawing.FastBitmap
rois System.Drawing.Rectangle
return void

RenderLine() protected method

protected RenderLine ( PixelData src, PixelData dst, int length ) : void
src System.Drawing.PixelData
dst System.Drawing.PixelData
length int
return void

RenderPixel() protected method

protected RenderPixel ( PixelData color ) : PixelData
color System.Drawing.PixelData
return System.Drawing.PixelData