#include <vtkColor.h>
List of all members.
Public Member Functions |
| | vtkColor4d (double r=0.0, double g=0.0, double b=0.0, float a=1.0) |
| | vtkColor4d (const double *init) |
| | vtkColor4 (const double &red=0, const double &green=0, const double &blue=0, const double &alpha=0) |
| | vtkColor4 (const double *init) |
| void | SetRed (const double &red) |
| void | SetGreen (const double &green) |
| void | SetBlue (const double &blue) |
| void | SetAlpha (const double &alpha) |
| void | Set (const double &red, const double &green, const double &blue) |
| void | Set (const double &red, const double &green, const double &blue, const double &alpha) |
| const double & | GetRed () const |
| const double & | Red () const |
| const double & | GetGreen () const |
| const double & | Green () const |
| const double & | GetBlue () const |
| const double & | Blue () const |
| const double & | GetAlpha () const |
| const double & | Alpha () const |
| | vtkVector () |
| | vtkVector (const double *init) |
| int | GetSize () const |
| double | operator() (int i) const |
| double * | GetData () |
| const double * | GetData () const |
| double & | operator[] (int i) |
| const double & | operator[] (int i) const |
| vtkVector< TR, Size > | Cast () const |
Detailed Description
Definition at line 208 of file vtkColor.h.
Constructor & Destructor Documentation
| vtkColor4d::vtkColor4d |
( |
double |
r = 0.0, |
|
|
double |
g = 0.0, |
|
|
double |
b = 0.0, |
|
|
float |
a = 1.0 |
|
) |
| |
|
inline |
| vtkColor4d::vtkColor4d |
( |
const double * |
init | ) |
|
|
inlineexplicit |
The documentation for this class was generated from the following file: