SilverScreen Solid Modeler

refresh_lines

refresh_lines

Previous topic Next topic  

refresh_lines

Previous topic Next topic JavaScript is required for the print function  

SilverScreenAPI

 

void refresh_lines ( void )

 

 

 

 

 




Synopsis

#include "silver.h"

 

The refresh_lines function redraws all lines that were saved away as a result of calling a paint_ (paint_entiry , paint_primitive) function with that had COLOR_INVERSE or'ed into its color argument. Each line that is drawn is xor'ed back into the screen, thus restoring the original colors. The list of saved lines is deallocated after refresh_lines is finished.

 

 

Parameters

none.

 

 

Return Value

none.

 

 

Comments

If refresh is not desired, then the function clear_away_lines should be used to deallocate the saved list without affecting the screen display.

 

 

See Also

clear_away_lines , paint_entity , paint_primitive