Changeset 1347 for libcaca/trunk/test/dithering.c
- Timestamp:
- Nov 11, 2006, 5:29:39 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/test/dithering.c
r1267 r1347 119 119 cucul_set_color_ansi(cv, points[nearb], points[neara]); 120 120 121 cucul_put char(cv, x * cucul_get_canvas_width(cv) / 100,121 cucul_put_char(cv, x * cucul_get_canvas_width(cv) / 100, 122 122 (100 - y) * cucul_get_canvas_height(cv) / 100, ch); 123 123 }
Note: See TracChangeset
for help on using the changeset viewer.