From e9e9684117719204929821028ba9dbb7915ea119 Mon Sep 17 00:00:00 2001 From: kraxel Date: Sun, 28 Mar 2004 11:31:57 +0000 Subject: Initial revision --- dither.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 dither.h (limited to 'dither.h') diff --git a/dither.h b/dither.h new file mode 100644 index 0000000..b209de6 --- /dev/null +++ b/dither.h @@ -0,0 +1,6 @@ + +extern void (*dither_line)(unsigned char *, unsigned char *, int, int); + +void init_dither(int, int, int, int); +void dither_line_color(unsigned char *, unsigned char *, int, int); +void dither_line_gray(unsigned char *, unsigned char *, int, int); -- cgit