|
VTK
|
#include <vtkColor.h>
Public Member Functions | |
| vtkColor3f () | |
| vtkColor3f (float scalar) | |
| vtkColor3f (const float *init) | |
| vtkColor3f (float r, float g, float b) | |
Public Member Functions inherited from vtkColor3< float > | |
| vtkColor3 () | |
| vtkColor3 (const float &scalar) | |
| vtkColor3 (const float *init) | |
| vtkColor3 (const float &red, const float &green, const float &blue) | |
| 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 |
| const float & | Red () const |
| const float & | Green () const |
| void | Set (const float &red, const float &green, const float &blue) |
| const float & | Blue () const |
Definition at line 211 of file vtkColor.h.
|
inline |
Definition at line 214 of file vtkColor.h.
|
inlineexplicit |
Definition at line 215 of file vtkColor.h.
|
inlineexplicit |
Definition at line 216 of file vtkColor.h.
|
inline |
Definition at line 217 of file vtkColor.h.
1.8.6