|
VTK
|
#include <vtkColor.h>


Public Member Functions | |
| vtkColor3ub (unsigned char r=0, unsigned char g=0, unsigned char b=0) | |
| vtkColor3ub (const unsigned char *init) | |
Some derived classes for the different vectors and colors commonly used.
Definition at line 162 of file vtkColor.h.
| vtkColor3ub::vtkColor3ub | ( | unsigned char | r = 0, |
| unsigned char | g = 0, |
||
| unsigned char | b = 0 |
||
| ) | [inline] |
Definition at line 165 of file vtkColor.h.
| vtkColor3ub::vtkColor3ub | ( | const unsigned char * | init | ) | [inline, explicit] |
Definition at line 167 of file vtkColor.h.
1.7.6.1