|
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) | |
| vtkColor3ub (int hexSigned) | |
Some derived classes for the different colors commonly used.
Definition at line 183 of file vtkColor.h.
| vtkColor3ub::vtkColor3ub | ( | ) | [inline] |
Definition at line 186 of file vtkColor.h.
| vtkColor3ub::vtkColor3ub | ( | unsigned char | scalar | ) | [inline, explicit] |
Definition at line 187 of file vtkColor.h.
| vtkColor3ub::vtkColor3ub | ( | const unsigned char * | init | ) | [inline, explicit] |
Definition at line 189 of file vtkColor.h.
| vtkColor3ub::vtkColor3ub | ( | int | hexSigned | ) | [inline, explicit] |
Construct a color from a hexadecimal representation such as 0x0000FF (blue).
Definition at line 196 of file vtkColor.h.
| vtkColor3ub::vtkColor3ub | ( | unsigned char | r, |
| unsigned char | g, | ||
| unsigned char | b | ||
| ) | [inline] |
Definition at line 207 of file vtkColor.h.
1.8.0