#include <vtkColor.h>
|
| | vtkColor4f () |
| |
| | vtkColor4f (float scalar) |
| |
| | vtkColor4f (const float *init) |
| |
| | vtkColor4f (float r, float g, float b, float a=1.0) |
| |
| | vtkColor4 () |
| |
| | vtkColor4 (const float &scalar) |
| |
| | vtkColor4 (const float *init) |
| |
| | vtkColor4 (const float &red, const float &green, const float &blue, const float &alpha) |
| |
| void | SetRed (const float &red) |
| |
| const float & | GetRed () const |
| |
| void | SetGreen (const float &green) |
| |
| const float & | GetGreen () const |
| |
| void | SetBlue (const float &blue) |
| |
| const float & | GetBlue () const |
| |
| void | SetAlpha (const float &alpha) |
| |
| void | Set (const float &red, const float &green, const float &blue) |
| |
| void | Set (const float &red, const float &green, const float &blue, const float &alpha) |
| |
| const float & | GetAlpha () const |
| |
| int | GetSize () const |
| |
| | vtkTuple () |
| |
| | vtkTuple (const float &scalar) |
| |
| | vtkTuple (const float *init) |
| |
| float * | GetData () |
| |
| const float * | GetData () const |
| |
| float & | operator[] (int i) |
| |
| const float & | operator[] (int i) const |
| |
| float | operator() (int i) const |
| |
| bool | Compare (const vtkTuple< float, Size > &other, const float &tol) const |
| |
| vtkTuple< TR, Size > | Cast () const |
| |
Definition at line 240 of file vtkColor.h.
| vtkColor4f::vtkColor4f |
( |
| ) |
|
|
inline |
| vtkColor4f::vtkColor4f |
( |
float |
scalar | ) |
|
|
inlineexplicit |
| vtkColor4f::vtkColor4f |
( |
const float * |
init | ) |
|
|
inlineexplicit |
The documentation for this class was generated from the following file: