Method | Description | |
---|---|---|
OrderedDithering ( ) : System |
Initializes a new instance of the OrderedDithering class.
|
|
OrderedDithering ( byte matrix ) : System |
Initializes a new instance of the OrderedDithering class.
|
Method | Description | |
---|---|---|
ProcessFilter ( UnmanagedImage image, |
Process the filter on the specified image.
|
public OrderedDithering ( byte matrix ) : System | ||
matrix | byte | Thresholds matrix. |
return | System |
protected ProcessFilter ( UnmanagedImage image, |
||
image | UnmanagedImage | Source image data. |
rect | Image rectangle for processing by the filter. | |
return | void |