VTK
Public Member Functions | List of all members
vtkColor4f Class Reference

#include <vtkColor.h>

Inheritance diagram for vtkColor4f:
[legend]
Collaboration diagram for vtkColor4f:
[legend]

Public Member Functions

 vtkColor4f ()
 
 vtkColor4f (float scalar)
 
 vtkColor4f (const float *init)
 
 vtkColor4f (float r, float g, float b, float a=1.0)
 
- Public Member Functions inherited from vtkColor4< float >
 vtkColor4 ()
 
 vtkColor4 (const float &scalar)
 
 vtkColor4 (const float *init)
 
 vtkColor4 (const float &red, const float &green, const float &blue, const float &alpha)
 
void SetRed (const float &red)
 
const floatGetRed () const
 
void SetGreen (const float &green)
 
const floatGetGreen () const
 
void SetBlue (const float &blue)
 
const floatGetBlue () const
 
void SetAlpha (const float &alpha)
 
void Set (const float &red, const float &green, const float &blue)
 
void Set (const float &red, const float &green, const float &blue, const float &alpha)
 
const floatGetAlpha () const
 
- Public Member Functions inherited from vtkTuple< float, 4 >
int GetSize () const
 
 vtkTuple ()
 
 vtkTuple (const float &scalar)
 
 vtkTuple (const float *init)
 
floatGetData ()
 
const floatGetData () const
 
floatoperator[] (int i)
 
const floatoperator[] (int i) const
 
float operator() (int i) const
 
bool Compare (const vtkTuple< float, Size > &other, const float &tol) const
 
vtkTuple< TR, Size > Cast () const
 

Additional Inherited Members

- Protected Attributes inherited from vtkTuple< float, 4 >
float Data [Size]
 

Detailed Description

Definition at line 240 of file vtkColor.h.

Constructor & Destructor Documentation

vtkColor4f::vtkColor4f ( )
inline

Definition at line 243 of file vtkColor.h.

vtkColor4f::vtkColor4f ( float  scalar)
inlineexplicit

Definition at line 244 of file vtkColor.h.

vtkColor4f::vtkColor4f ( const float init)
inlineexplicit

Definition at line 245 of file vtkColor.h.

vtkColor4f::vtkColor4f ( float  r,
float  g,
float  b,
float  a = 1.0 
)
inline

Definition at line 246 of file vtkColor.h.


The documentation for this class was generated from the following file: