SilverScreen Solid Modeler

clear_away_lines

clear_away_lines

Previous topic Next topic  

clear_away_lines

Previous topic Next topic JavaScript is required for the print function  

SilverScreenAPI

 

void clear_away_lines ( void )

 

 

 

 



Synopsis

#include "silver.h"

 

The clear_away_lines function frees the memory used by any graphics lines that were saved by calling a paint function (paint_primitive , paint_entity) with the value COLOR_INVERSE or'ed into its color argument. clear_away_lines provides a means by which the memory used by these lines may be reclaimed without refreshing the lines on the screen.

 

Parameters

none

 

Return Value

none

 

See Also

refresh_lines , paint_primitive , paint_entity