VTK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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 float & GetRed () const
 
void SetGreen (const float &green)
 
const float & GetGreen () const
 
void SetBlue (const float &blue)
 
const float & GetBlue () const
 
void SetAlpha (const float &alpha)
 
const float & GetAlpha () const
 
const float & Red () const
 
const float & Green () const
 
const float & Blue () const
 
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 float & Alpha () const
 

Detailed Description

Definition at line 261 of file vtkColor.h.

Constructor & Destructor Documentation

vtkColor4f::vtkColor4f ( )
inline

Definition at line 264 of file vtkColor.h.

vtkColor4f::vtkColor4f ( float  scalar)
inlineexplicit

Definition at line 265 of file vtkColor.h.

vtkColor4f::vtkColor4f ( const float *  init)
inlineexplicit

Definition at line 266 of file vtkColor.h.

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

Definition at line 267 of file vtkColor.h.


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