Apachai.Effects.Core.UnaryPixelOp.Apply C# (CSharp) Method

Apply() public abstract method

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

Same methods

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