|
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) |
| void | SetGreen (const T &green) |
| void | SetBlue (const T &blue) |
| 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 & | GetRed () const |
| const T & | Red () const |
| const T & | GetGreen () const |
| const T & | Green () const |
| const T & | GetBlue () const |
| const T & | Blue () const |
| const T & | GetAlpha () const |
| const T & | Alpha () const |
Definition at line 95 of file vtkColor.h.
Definition at line 98 of file vtkColor.h.
Definition at line 102 of file vtkColor.h.
Definition at line 106 of file vtkColor.h.
| vtkColor4< T >::vtkColor4 | ( | const T & | red, |
| const T & | green, | ||
| const T & | blue, | ||
| const T & | alpha | ||
| ) | [inline] |
Definition at line 110 of file vtkColor.h.
| void vtkColor4< T >::Set | ( | const T & | red, |
| const T & | green, | ||
| const T & | blue | ||
| ) | [inline] |
Set the red, green and blue components of the color.
Definition at line 120 of file vtkColor.h.
| void vtkColor4< T >::Set | ( | const T & | red, |
| const T & | green, | ||
| const T & | blue, | ||
| const T & | alpha | ||
| ) | [inline] |
Set the red, green, blue and alpha components of the color.
Definition at line 130 of file vtkColor.h.
Set the red component of the color, i.e. element 0.
Definition at line 140 of file vtkColor.h.
Get the red component of the color, i.e. element 0.
Definition at line 144 of file vtkColor.h.
Get the red component of the color, i.e. element 0.
Definition at line 145 of file vtkColor.h.
Set the green component of the color, i.e. element 1.
Definition at line 149 of file vtkColor.h.
Get the green component of the color, i.e. element 1.
Definition at line 153 of file vtkColor.h.
Get the green component of the color, i.e. element 1.
Definition at line 154 of file vtkColor.h.
Set the blue component of the color, i.e. element 2.
Definition at line 158 of file vtkColor.h.
Get the blue component of the color, i.e. element 2.
Definition at line 162 of file vtkColor.h.
Get the blue component of the color, i.e. element 2.
Definition at line 163 of file vtkColor.h.
Set the alpha component of the color, i.e. element 3.
Definition at line 167 of file vtkColor.h.
Get the alpha component of the color, i.e. element 3.
Definition at line 171 of file vtkColor.h.
Get the alpha component of the color, i.e. element 3.
Definition at line 172 of file vtkColor.h.
1.8.0