VTK
Public Member Functions
vtkColor4ub Class Reference

#include <vtkColor.h>

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

List of all members.

Public Member Functions

 vtkColor4ub ()
 vtkColor4ub (unsigned char scalar)
 vtkColor4ub (const unsigned char *init)
 vtkColor4ub (unsigned char r, unsigned char g, unsigned char b, unsigned char a=255)
 vtkColor4ub (const vtkColor3ub &c)

Detailed Description

Definition at line 210 of file vtkColor.h.


Constructor & Destructor Documentation

vtkColor4ub::vtkColor4ub ( ) [inline]

Definition at line 213 of file vtkColor.h.

vtkColor4ub::vtkColor4ub ( unsigned char  scalar) [inline, explicit]

Definition at line 214 of file vtkColor.h.

vtkColor4ub::vtkColor4ub ( const unsigned char *  init) [inline, explicit]

Definition at line 216 of file vtkColor.h.

vtkColor4ub::vtkColor4ub ( unsigned char  r,
unsigned char  g,
unsigned char  b,
unsigned char  a = 255 
) [inline]

Definition at line 218 of file vtkColor.h.

vtkColor4ub::vtkColor4ub ( const vtkColor3ub c) [inline]

Definition at line 221 of file vtkColor.h.


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