Changeset 3212
- Timestamp:
- 11/02/08 20:13:47 (5 years ago)
- File:
-
- 1 edited
-
libcaca/trunk/caca-php/examples/www/figlet.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/caca-php/examples/www/figlet.php
r3211 r3212 45 45 $color = 0; 46 46 foreach ($chars as $c) { 47 caca_set_color_ansi($cv, 1 + (($color += 4) % 15), CACA_WHITE);47 caca_set_color_ansi($cv, 1 + (($color += 1) % 13), CACA_WHITE); 48 48 caca_put_figchar($cv, $c); 49 49 }
Note: See TracChangeset
for help on using the changeset viewer.
