Changeset 3212


Ignore:
Timestamp:
11/02/08 20:13:47 (5 years ago)
Author:
nico
Message:
  • Remove white and yellow colors for letters
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcaca/trunk/caca-php/examples/www/figlet.php

    r3211 r3212  
    4545        $color = 0; 
    4646        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); 
    4848                caca_put_figchar($cv, $c); 
    4949        } 
Note: See TracChangeset for help on using the changeset viewer.