34 #include "vtkRenderingContext2DModule.h" 52 void SetColorF(
double color[3]);
58 void SetColorF(
double r,
double g,
double b);
64 void SetColorF(
double r,
double g,
double b,
double a);
70 void SetOpacityF(
double a);
81 void SetColor(
unsigned char color[3]);
87 void SetColor(
unsigned char r,
unsigned char g,
unsigned char b);
94 void SetColor(
unsigned char r,
unsigned char g,
unsigned char b,
103 void SetOpacity(
unsigned char a);
108 unsigned char GetOpacity();
113 void GetColorF(
double color[4]);
118 void GetColor(
unsigned char color[4]);
163 vtkSetMacro(TextureProperties,
int);
170 vtkGetMacro(TextureProperties,
int);
190 void operator=(
const vtkBrush &) =
delete;
abstract base class for most VTK objects
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
unsigned char * GetColor()
Get the color of the brush - gives a pointer to the underlying data.
provides a brush that fills shapes drawn by vtkContext2D.
a simple class to control print indentation
topologically and geometrically regular array of data
TextureProperty
Texture properties.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...