0135 $start_color = explode(',',PROGRESS_BAR_START_COLOR);
0136 $end_color = explode(',',PROGRESS_BAR_END_COLOR);
0137
0138 $filled_end = $CFG['post_stats_type'] != 'current_rank' ? HALF_HEIGHT + $bar_filled : $bar_filled;
0139 $filled_length = $filled_end - HALF_HEIGHT;
0140 $break_color = BS_get_color_at($bar_length,$filled_length,$start_color,$end_color);
0141 BS_draw_color_fade($img,$bar_start,0,$filled_end,HEIGHT - 1,$start_color,$break_color);
0142
0143 // fill the not-filled area :)
0144 imagefilledrectangle($img,$filled_end,0,WIDTH - 1,HEIGHT,$notfilledcolor);
0145
0146 // draw progress in the current rank