C# Class Apachai.Effects.Core.UnaryPixelOp

Inheritance: PixelOp
Datei anzeigen Open project: garuma/apachai Class Usage Examples

Public Methods

Method Description
Apply ( PixelData color ) : PixelData
Apply ( FastBitmap dst, FastBitmap src, Rectangle roi ) : void
Apply ( FastBitmap dst, Point dstOffset, FastBitmap src, Point srcOffset, int scanLength ) : void
Apply ( FastBitmap surface, Rectangle roi ) : void
Apply ( FastBitmap surface, Rectangle roi, int startIndex, int length ) : void
Apply ( PixelData dst, PixelData src, int length ) : void
Apply ( PixelData ptr, int length ) : void
UnaryPixelOp ( ) : System

Private Methods

Method Description
ApplyRectangle ( FastBitmap surface, Rectangle rect ) : void

Method Details

Apply() public abstract method

public abstract Apply ( PixelData color ) : PixelData
color System.Drawing.PixelData
return System.Drawing.PixelData

Apply() public method

public Apply ( FastBitmap dst, FastBitmap src, Rectangle roi ) : void
dst System.Drawing.FastBitmap
src System.Drawing.FastBitmap
roi System.Drawing.Rectangle
return void

Apply() public method

public Apply ( FastBitmap dst, Point dstOffset, FastBitmap src, Point srcOffset, int scanLength ) : void
dst System.Drawing.FastBitmap
dstOffset Point
src System.Drawing.FastBitmap
srcOffset Point
scanLength int
return void

Apply() public method

public Apply ( FastBitmap surface, Rectangle roi ) : void
surface System.Drawing.FastBitmap
roi System.Drawing.Rectangle
return void

Apply() public method

public Apply ( FastBitmap surface, Rectangle roi, int startIndex, int length ) : void
surface System.Drawing.FastBitmap
roi System.Drawing.Rectangle
startIndex int
length int
return void

Apply() public method

public Apply ( PixelData dst, PixelData src, int length ) : void
dst System.Drawing.PixelData
src System.Drawing.PixelData
length int
return void

Apply() public method

public Apply ( PixelData ptr, int length ) : void
ptr System.Drawing.PixelData
length int
return void

UnaryPixelOp() public method

public UnaryPixelOp ( ) : System
return System