VTK
Public Member Functions
vtkColor4f Class Reference

#include <vtkColor.h>

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

List of all members.

Public Member Functions

 vtkColor4f ()
 vtkColor4f (float scalar)
 vtkColor4f (const float *init)
 vtkColor4f (float r, float g, float b, float a=1.0)

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) [inline, explicit]

Definition at line 265 of file vtkColor.h.

vtkColor4f::vtkColor4f ( const float init) [inline, explicit]

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: