VTK
|
#include <vtkColor.h>
Public Member Functions | |
vtkColor3 () | |
vtkColor3 (const T &scalar) | |
vtkColor3 (const T *init) | |
vtkColor3 (const T &red, const T &green, const T &blue) | |
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 | Set (const T &red, const T &green, const T &blue) |
const T & | Red () const |
const T & | Green () const |
const T & | Blue () const |
Definition at line 33 of file vtkColor.h.
Definition at line 36 of file vtkColor.h.
Definition at line 40 of file vtkColor.h.
Definition at line 44 of file vtkColor.h.
vtkColor3< T >::vtkColor3 | ( | const T & | red, |
const T & | green, | ||
const T & | blue | ||
) | [inline] |
Definition at line 48 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 57 of file vtkColor.h.
Set the red component of the color, i.e. element 0.
Definition at line 66 of file vtkColor.h.
Get the red component of the color, i.e. element 0.
Definition at line 69 of file vtkColor.h.
Set the green component of the color, i.e. element 1.
Definition at line 72 of file vtkColor.h.
Get the green component of the color, i.e. element 1.
Definition at line 75 of file vtkColor.h.
Set 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 81 of file vtkColor.h.
Legacy method for getting the red component.
Definition at line 283 of file vtkColor.h.
Legacy method for getting the green component.
Definition at line 290 of file vtkColor.h.
Legacy method for getting the blue component.
Definition at line 297 of file vtkColor.h.