(lines, src, offset, dst, o)
| 29 | close() { return native("xs_dither_close").call(this); } |
| 30 | reset() { return native("xs_dither_reset").call(this); } |
| 31 | send(lines, src, offset, dst, o) { return native("xs_dither_send").call(this, lines, src, offset, dst, o); } |
| 32 | } |
| 33 | |
| 34 | export default Dither; |