Apachai.Effects.Core.BaseEffect.RenderPixel C# (CSharp) Method

RenderPixel() protected method

protected RenderPixel ( PixelData color ) : PixelData
color System.Drawing.PixelData
return System.Drawing.PixelData
        protected virtual PixelData RenderPixel(PixelData color)
        {
            return color;
        }