45 void SetColorF(
double color[3]);
49 void SetColorF(
double r,
double g,
double b);
53 void SetColorF(
double r,
double g,
double b,
double a);
57 void SetOpacityF(
double a);
61 void SetColor(
unsigned char color[3]);
65 void SetColor(
unsigned char r,
unsigned char g,
unsigned char b);
70 void SetColor(
unsigned char r,
unsigned char g,
unsigned char b,
77 void SetOpacity(
unsigned char a);
81 void GetColorF(
double color[4]);
84 void GetColor(
unsigned char color[4]);
87 unsigned char *
GetColor() {
return &this->Color[0]; }
117 vtkSetMacro(TextureProperties,
int);
122 vtkGetMacro(TextureProperties,
int);
145 #endif //__vtkBrush_h
abstract base class for most VTK objects
unsigned char * GetColor()
provides a brush that fills shapes drawn by vtkContext2D.
virtual void PrintSelf(ostream &os, vtkIndent indent)
a simple class to control print indentation
topologically and geometrically regular array of data