Apachai.Effects.InvertColorsEffect.RenderEffect C# (CSharp) Method

RenderEffect() public method

public RenderEffect ( FastBitmap src, FastBitmap dest, Rectangle rois ) : void
src System.Drawing.FastBitmap
dest System.Drawing.FastBitmap
rois System.Drawing.Rectangle
return void
        public override void RenderEffect(FastBitmap src, FastBitmap dest, Rectangle[] rois)
        {
            op.Apply (dest, src, rois);
        }
InvertColorsEffect