VTK
|
#include <vtkColor.h>
Public Member Functions | |
vtkColor4 () | |
vtkColor4 (const T &scalar) | |
vtkColor4 (const T *init) | |
vtkColor4 (const T &red, const T &green, const T &blue, const T &alpha) | |
void | SetRed (const T &red) |
const T & | GetRed () const |
void | SetGreen (const T &green) |
const T & | GetGreen () const |
void | SetBlue (const T &blue) |
const T & | GetBlue () const |
void | SetAlpha (const T &alpha) |
void | Set (const T &red, const T &green, const T &blue) |
void | Set (const T &red, const T &green, const T &blue, const T &alpha) |
const T & | GetAlpha () const |
Public Member Functions inherited from vtkTuple< T, 4 > | |
int | GetSize () const |
vtkTuple () | |
vtkTuple (const T &scalar) | |
vtkTuple (const T *init) | |
T * | GetData () |
const T * | GetData () const |
T & | operator[] (int i) |
const T & | operator[] (int i) const |
T | operator() (int i) const |
bool | Compare (const vtkTuple< T, Size > &other, const T &tol) const |
vtkTuple< TR, Size > | Cast () const |
Additional Inherited Members | |
Protected Attributes inherited from vtkTuple< T, 4 > | |
T | Data [Size] |
Definition at line 89 of file vtkColor.h.
Definition at line 92 of file vtkColor.h.
Definition at line 96 of file vtkColor.h.
Definition at line 100 of file vtkColor.h.
|
inline |
Definition at line 104 of file vtkColor.h.
|
inline |
Set the red, green and blue components of the color.
Definition at line 114 of file vtkColor.h.
|
inline |
Set the red, green, blue and alpha components of the color.
Definition at line 124 of file vtkColor.h.
|
inline |
Set the red component of the color, i.e. element 0.
Definition at line 134 of file vtkColor.h.
|
inline |
Get the red component of the color, i.e. element 0.
Definition at line 137 of file vtkColor.h.
|
inline |
Set the green component of the color, i.e. element 1.
Definition at line 140 of file vtkColor.h.
|
inline |
Get the green component of the color, i.e. element 1.
Definition at line 143 of file vtkColor.h.
|
inline |
Set the blue component of the color, i.e. element 2.
Definition at line 146 of file vtkColor.h.
|
inline |
Get the blue component of the color, i.e. element 2.
Definition at line 149 of file vtkColor.h.
|
inline |
Set the alpha component of the color, i.e. element 3.
Definition at line 152 of file vtkColor.h.
|
inline |
Get the alpha component of the color, i.e. element 3.
Definition at line 156 of file vtkColor.h.