AForge.Imaging.Filters.ErrorDiffusionDithering.Diffuse C# (CSharp) 메소드

Diffuse() 보호된 추상적인 메소드

Do error diffusion.
All parameters of the image and current processing pixel's coordinates are initialized in protected members.
protected abstract Diffuse ( int error, byte ptr ) : void
error int Current error value.
ptr byte Pointer to current processing pixel.
리턴 void
        protected abstract unsafe void Diffuse( int error, byte* ptr );