VTKFIG  0.20.20181114
Easy VTK based in situ visualization
void vtkfig::Figure::SetBackground ( double  r,
double  g,
double  b 
)
inline

Set background color;.

Definition at line 66 of file vtkfigFigure.h.

66 { bgcolor[0]=r; bgcolor[1]=g; bgcolor[2]=b;}
double bgcolor[3]
default background color
Definition: vtkfigFigure.h:545