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