File: dither.h

package info (click to toggle)
xpcd 2.08-3
  • links: PTS
  • area: main
  • in suites: potato
  • size: 632 kB
  • ctags: 556
  • sloc: ansic: 6,368; makefile: 235; sh: 200; perl: 12
file content (3 lines) | stat: -rw-r--r-- 164 bytes parent folder | download | duplicates (4)
1
2
3
void            init_dither(int, int, int, int);
void            dither_line(char *, char *, int, int);
void            dither_line_gray(char *, char *, int, int);