메소드 | 설명 | |
---|---|---|
ErrorDiffusionToAdjacentNeighbors ( int coefficients ) : System |
Initializes a new instance of the ErrorDiffusionToAdjacentNeighbors class.
|
메소드 | 설명 | |
---|---|---|
Diffuse ( int error, byte ptr ) : void |
Do error diffusion. All parameters of the image and current processing pixel's coordinates are initialized by base class. |
메소드 | 설명 | |
---|---|---|
CalculateCoefficientsSum ( ) : void |
protected Diffuse ( int error, byte ptr ) : void | ||
error | int | Current error value. |
ptr | byte | Pointer to current processing pixel. |
리턴 | void |
public ErrorDiffusionToAdjacentNeighbors ( int coefficients ) : System | ||
coefficients | int | Diffusion coefficients. |
리턴 | System |