line
Description:
public void line (
void* line,
uint x,
uint y,
uint width)
Dither width pixels starting from offset x in line using this.
y is the line number of line in the output image.
Parameters:
| this |
a Dither
|
| line |
pointer to the pixels of the line
|
| x |
x coordinate
|
| y |
y coordinate
|
| width |
the width
|