28 #ifndef __vtkImageStencil_h
29 #define __vtkImageStencil_h
51 vtkSetMacro(ReverseStencil,
int);
52 vtkBooleanMacro(ReverseStencil,
int);
53 vtkGetMacro(ReverseStencil,
int);
67 this->SetBackgroundColor(val,val,val,val); };
69 return this->BackgroundColor[0]; };
75 vtkSetVector4Macro(BackgroundColor,
double);
76 vtkGetVector4Macro(BackgroundColor,
double);
90 double BackgroundColor[4];