VTK
|
#include <vtkColor.h>
Public Member Functions | |
vtkColor3ub () | |
vtkColor3ub (unsigned char scalar) | |
vtkColor3ub (const unsigned char *init) | |
vtkColor3ub (unsigned char r, unsigned char g, unsigned char b) |
Some derived classes for the different vectors and colors commonly used.
Definition at line 179 of file vtkColor.h.
vtkColor3ub::vtkColor3ub | ( | ) | [inline] |
Definition at line 182 of file vtkColor.h.
vtkColor3ub::vtkColor3ub | ( | unsigned char | scalar | ) | [inline, explicit] |
Definition at line 183 of file vtkColor.h.
vtkColor3ub::vtkColor3ub | ( | const unsigned char * | init | ) | [inline, explicit] |
Definition at line 185 of file vtkColor.h.
vtkColor3ub::vtkColor3ub | ( | unsigned char | r, |
unsigned char | g, | ||
unsigned char | b | ||
) | [inline] |
Definition at line 187 of file vtkColor.h.