프로퍼티 | 타입 | 설명 | |
---|---|---|---|
startX | int | ||
startY | int | ||
stopX | int | ||
stopY | int | ||
stride | int | ||
x | int | ||
y | int |
메소드 | 설명 | |
---|---|---|
Diffuse ( int error, byte ptr ) : void |
Do error diffusion. All parameters of the image and current processing pixel's coordinates are initialized in protected members. |
|
ErrorDiffusionDithering ( ) : System |
Initializes a new instance of the ErrorDiffusionDithering class.
|
|
ProcessFilter ( UnmanagedImage image, |
Process the filter on the specified image.
|
protected abstract Diffuse ( int error, byte ptr ) : void | ||
error | int | Current error value. |
ptr | byte | Pointer to current processing pixel. |
리턴 | void |
protected ProcessFilter ( UnmanagedImage image, |
||
image | UnmanagedImage | Source image data. |
rect | Image rectangle for processing by the filter. | |
리턴 | void |