#include <vtkColor.h>


Definition at line 32 of file vtkColor.h.
Public Member Functions | |
| vtkColor3 (const T &red=0.0, const T &green=0.0, const T &blue=0.0) | |
| 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 | 
| vtkColor3< T >::vtkColor3 | ( | const T & |  red = 0.0,  | 
        |
| const T & |  green = 0.0,  | 
        |||
| const T & |  blue = 0.0 | |||
| ) |  [inline] | 
        
Definition at line 35 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 44 of file vtkColor.h.
| void vtkColor3< T >::SetRed | ( | const T & | red | ) |  [inline] | 
        
Set the red component of the color, i.e. element 0.
Definition at line 53 of file vtkColor.h.
| const T& vtkColor3< T >::GetRed | ( | ) |  const [inline] | 
        
Get the red component of the color, i.e. element 0.
Definition at line 57 of file vtkColor.h.
| const T& vtkColor3< T >::Red | ( | ) |  const [inline] | 
        
Get the red component of the color, i.e. element 0.
Definition at line 58 of file vtkColor.h.
| void vtkColor3< T >::SetGreen | ( | const T & | green | ) |  [inline] | 
        
Set the green component of the color, i.e. element 1.
Definition at line 62 of file vtkColor.h.
| const T& vtkColor3< T >::GetGreen | ( | ) |  const [inline] | 
        
Get the green component of the color, i.e. element 1.
Definition at line 66 of file vtkColor.h.
| const T& vtkColor3< T >::Green | ( | ) |  const [inline] | 
        
Get the green component of the color, i.e. element 1.
Definition at line 67 of file vtkColor.h.
| void vtkColor3< T >::SetBlue | ( | const T & | blue | ) |  [inline] | 
        
Set the blue component of the color, i.e. element 2.
Definition at line 71 of file vtkColor.h.
| const T& vtkColor3< T >::GetBlue | ( | ) |  const [inline] | 
        
Get the blue component of the color, i.e. element 2.
Definition at line 75 of file vtkColor.h.
| const T& vtkColor3< T >::Blue | ( | ) |  const [inline] | 
        
Get the blue component of the color, i.e. element 2.
Definition at line 76 of file vtkColor.h.
 1.5.6