24 #include "vtkRenderingContext2DModule.h"
26 VTK_ABI_NAMESPACE_BEGIN
41 void SetColorF(
double color[3]);
47 void SetColorF(
double r,
double g,
double b);
53 void SetColorF(
double r,
double g,
double b,
double a);
59 void SetOpacityF(
double a);
70 void SetColor(
unsigned char color[3]);
76 void SetColor(
unsigned char r,
unsigned char g,
unsigned char b);
83 void SetColor(
unsigned char r,
unsigned char g,
unsigned char b,
unsigned char a);
91 void SetOpacity(
unsigned char a);
96 unsigned char GetOpacity();
101 void GetColorF(
double color[4]);
106 void GetColor(
unsigned char color[4]);
152 vtkSetMacro(TextureProperties,
int);
159 vtkGetMacro(TextureProperties,
int);
179 void operator=(
const vtkBrush&) =
delete;
182 VTK_ABI_NAMESPACE_END
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...