VTK
|
#include <vtkColor.h>
Public Member Functions | |
vtkColor3 (const T &red=0, const T &green=0, const T &blue=0) | |
vtkColor3 (const T *init) | |
void | SetRed (const T &red) |
void | SetGreen (const T &green) |
void | SetBlue (const T &blue) |
void | Set (const T &red, const T &green, const T &blue) |
const T & | GetRed () const |
const T & | Red () const |
const T & | GetGreen () const |
const T & | Green () const |
const T & | GetBlue () const |
const T & | Blue () const |
Definition at line 32 of file vtkColor.h.
vtkColor3< T >::vtkColor3 | ( | const T & | red = 0 , |
const T & | green = 0 , |
||
const T & | blue = 0 |
||
) | [inline] |
Definition at line 35 of file vtkColor.h.
Definition at line 41 of file vtkColor.h.
void vtkColor3< 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 47 of file vtkColor.h.
Set the red component of the color, i.e. element 0.
Definition at line 56 of file vtkColor.h.
Get the red component of the color, i.e. element 0.
Definition at line 60 of file vtkColor.h.
Get the red component of the color, i.e. element 0.
Definition at line 61 of file vtkColor.h.
Set the green component of the color, i.e. element 1.
Definition at line 65 of file vtkColor.h.
Get the green component of the color, i.e. element 1.
Definition at line 69 of file vtkColor.h.
Get the green component of the color, i.e. element 1.
Definition at line 70 of file vtkColor.h.
Set the blue component of the color, i.e. element 2.
Definition at line 74 of file vtkColor.h.
Get the blue component of the color, i.e. element 2.
Definition at line 78 of file vtkColor.h.
Get the blue component of the color, i.e. element 2.
Definition at line 79 of file vtkColor.h.