#include <vtkColor.h>
|
| 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) |
|
| vtkColor4 () |
|
| vtkColor4 (const unsigned char &scalar) |
|
| vtkColor4 (const unsigned char *init) |
|
| vtkColor4 (const unsigned char &red, const unsigned char &green, const unsigned char &blue, const unsigned char &alpha) |
|
void | SetRed (const unsigned char &red) |
|
const unsigned char & | GetRed () const |
|
void | SetGreen (const unsigned char &green) |
|
const unsigned char & | GetGreen () const |
|
void | SetBlue (const unsigned char &blue) |
|
const unsigned char & | GetBlue () const |
|
void | SetAlpha (const unsigned char &alpha) |
|
void | Set (const unsigned char &red, const unsigned char &green, const unsigned char &blue) |
|
void | Set (const unsigned char &red, const unsigned char &green, const unsigned char &blue, const unsigned char &alpha) |
|
const unsigned char & | GetAlpha () const |
|
int | GetSize () const |
|
| vtkTuple () |
|
| vtkTuple (const unsigned char &scalar) |
|
| vtkTuple (const unsigned char *init) |
|
unsigned char * | GetData () |
|
const unsigned char * | GetData () const |
|
unsigned char & | operator[] (int i) |
|
const unsigned char & | operator[] (int i) const |
|
unsigned char | operator() (int i) const |
|
bool | Compare (const vtkTuple< unsigned char, Size > &other, const unsigned char &tol) const |
|
vtkTuple< TR, Size > | Cast () const |
|
|
unsigned char | Data [Size] |
|
Definition at line 208 of file vtkColor.h.
vtkColor4ub::vtkColor4ub |
( |
| ) |
|
|
inline |
vtkColor4ub::vtkColor4ub |
( |
unsigned char |
scalar | ) |
|
|
inlineexplicit |
vtkColor4ub::vtkColor4ub |
( |
const unsigned char * |
init | ) |
|
|
inlineexplicit |
vtkColor4ub::vtkColor4ub |
( |
int |
hexSigned | ) |
|
|
inlineexplicit |
Construct a color from a hexadecimal representation such as 0x0000FFAA (opaque blue).
Definition at line 220 of file vtkColor.h.
vtkColor4ub::vtkColor4ub |
( |
unsigned char |
r, |
|
|
unsigned char |
g, |
|
|
unsigned char |
b, |
|
|
unsigned char |
a = 255 |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file:
- /home/boeckb/code/depot/group-kitware/vtk/build-release/Utilities/Doxygen/dox/Common/DataModel/vtkColor.h