|
From: Petr M. <mi...@ph...> - 2005-07-20 07:47:12
|
>> It has a generic default routine for any terminal that supports >> pm3d filled rectangles: >> draw_inside_color_smooth_box_bitmap() >> and a special case for the postscript driver: >> draw_inside_color_smooth_box_postscript() >> >> How much optimization is it worth just to draw the colorbox? It is worth it, and thus I did so in the very beginning. The postscript code has just few lines, while "set palette maxcolor 512" would produce 512+few more lines. --- PM |