VTK
|
#include <vtkColor.h>
Public Member Functions | |
vtkColor3d () | |
vtkColor3d (double scalar) | |
vtkColor3d (const double *init) | |
vtkColor3d (double r, double g, double b) | |
![]() | |
vtkColor3 () | |
vtkColor3 (const double &scalar) | |
vtkColor3 (const double *init) | |
vtkColor3 (const double &red, const double &green, const double &blue) | |
void | SetRed (const double &red) |
const double & | GetRed () const |
void | SetGreen (const double &green) |
const double & | GetGreen () const |
void | SetBlue (const double &blue) |
const double & | GetBlue () const |
const double & | Red () const |
const double & | Green () const |
void | Set (const double &red, const double &green, const double &blue) |
const double & | Blue () const |
Definition at line 220 of file vtkColor.h.
|
inline |
Definition at line 223 of file vtkColor.h.
|
inlineexplicit |
Definition at line 224 of file vtkColor.h.
|
inlineexplicit |
Definition at line 225 of file vtkColor.h.
|
inline |
Definition at line 226 of file vtkColor.h.