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