62 #ifndef __vtkNamedColors_h
63 #define __vtkNamedColors_h
71 class vtkNamedColorsDataStore;
88 int GetNumberOfColors();
108 unsigned char &
r,
unsigned char &
g,
109 unsigned char &
b,
unsigned char &
a);
134 double &
r,
double &
g,
double &
b,
double &
a);
164 double &
r,
double &
g,
double &
b);
188 const unsigned char &
r,
const unsigned char &
g,
189 const unsigned char &
b,
const unsigned char &
a = 255);
197 const double &
r,
const double &
g,
198 const double &
b,
const double &
a = 1);
205 virtual void SetColor(
const vtkStdString &
name,
const unsigned char rgba[4]);
260 vtkNamedColorsDataStore *Colors;
Wrapper around std::string to keep symbols short.
GLboolean GLboolean GLboolean b
#define VTKCOMMONCOLOR_EXPORT
abstract base class for most VTK objects
A class holding colors and their names.
a vtkAbstractArray subclass for strings
GLdouble GLdouble GLdouble r
GLuint const GLchar * name
virtual void PrintSelf(ostream &os, vtkIndent indent)
a simple class to control print indentation
GLboolean GLboolean GLboolean GLboolean a