#include <vtkColor.h>
|
| vtkColor4f (float r=0.0, float g=0.0, float b=0.0, float a=1.0) |
|
| vtkColor4f (const float *init) |
|
| vtkColor4 (const float &red=0, const float &green=0, const float &blue=0, const float &alpha=0) |
|
| vtkColor4 (const float *init) |
|
void | SetRed (const float &red) |
|
void | SetGreen (const float &green) |
|
void | SetBlue (const float &blue) |
|
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 & | GetRed () const |
|
const float & | Red () const |
|
const float & | GetGreen () const |
|
const float & | Green () const |
|
const float & | GetBlue () const |
|
const float & | Blue () const |
|
const float & | GetAlpha () const |
|
const float & | Alpha () const |
|
| vtkVector () |
|
| vtkVector (const float *init) |
|
int | GetSize () const |
|
float | operator() (int i) const |
|
float * | GetData () |
|
const float * | GetData () const |
|
float & | operator[] (int i) |
|
const float & | operator[] (int i) const |
|
vtkVector< TR, Size > | Cast () const |
|
Definition at line 200 of file vtkColor.h.
vtkColor4f::vtkColor4f |
( |
float |
r = 0.0 , |
|
|
float |
g = 0.0 , |
|
|
float |
b = 0.0 , |
|
|
float |
a = 1.0 |
|
) |
| |
|
inline |
vtkColor4f::vtkColor4f |
( |
const float * |
init | ) |
|
|
inlineexplicit |
The documentation for this class was generated from the following file: