VTK
|
#include <vtkColor.h>
Public Member Functions | |
vtkColor4ub () | |
vtkColor4ub (unsigned char scalar) | |
vtkColor4ub (const unsigned char *init) | |
vtkColor4ub (unsigned char r, unsigned char g, unsigned char b, unsigned char a=255) | |
vtkColor4ub (const vtkColor3ub &c) | |
vtkColor4ub (int hexSigned) |
Definition at line 229 of file vtkColor.h.
vtkColor4ub::vtkColor4ub | ( | ) | [inline] |
Definition at line 232 of file vtkColor.h.
vtkColor4ub::vtkColor4ub | ( | unsigned char | scalar | ) | [inline, explicit] |
Definition at line 233 of file vtkColor.h.
vtkColor4ub::vtkColor4ub | ( | const unsigned char * | init | ) | [inline, explicit] |
Definition at line 235 of file vtkColor.h.
vtkColor4ub::vtkColor4ub | ( | int | hexSigned | ) | [inline, explicit] |
Construct a color from a hexadecimal representation such as 0x0000FFAA (opaque blue).
Definition at line 241 of file vtkColor.h.
vtkColor4ub::vtkColor4ub | ( | unsigned char | r, |
unsigned char | g, | ||
unsigned char | b, | ||
unsigned char | a = 255 |
||
) | [inline] |
Definition at line 254 of file vtkColor.h.
vtkColor4ub::vtkColor4ub | ( | const vtkColor3ub & | c | ) | [inline] |
Definition at line 257 of file vtkColor.h.