|
VTK
|
#include <vtkColor.h>


Public Member Functions | |
| vtkColor4ub (unsigned char r=0, unsigned char g=0, unsigned char b=0, unsigned char a=255) | |
| vtkColor4ub (const unsigned char *init) | |
| vtkColor4ub (const vtkColor3ub &c) | |
Definition at line 188 of file vtkColor.h.
| vtkColor4ub::vtkColor4ub | ( | unsigned char | r = 0, |
| unsigned char | g = 0, |
||
| unsigned char | b = 0, |
||
| unsigned char | a = 255 |
||
| ) | [inline] |
Definition at line 191 of file vtkColor.h.
| vtkColor4ub::vtkColor4ub | ( | const unsigned char * | init | ) | [inline, explicit] |
Definition at line 194 of file vtkColor.h.
| vtkColor4ub::vtkColor4ub | ( | const vtkColor3ub & | c | ) | [inline] |
Definition at line 196 of file vtkColor.h.
1.7.6.1