VTK
Public Member Functions
vtkColor3ub Class Reference

#include <vtkColor.h>

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

List of all members.

Public Member Functions

 vtkColor3ub ()
 vtkColor3ub (unsigned char scalar)
 vtkColor3ub (const unsigned char *init)
 vtkColor3ub (unsigned char r, unsigned char g, unsigned char b)

Detailed Description

Some derived classes for the different vectors and colors commonly used.

Definition at line 179 of file vtkColor.h.


Constructor & Destructor Documentation

vtkColor3ub::vtkColor3ub ( ) [inline]

Definition at line 182 of file vtkColor.h.

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

Definition at line 183 of file vtkColor.h.

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

Definition at line 185 of file vtkColor.h.

vtkColor3ub::vtkColor3ub ( unsigned char  r,
unsigned char  g,
unsigned char  b 
) [inline]

Definition at line 187 of file vtkColor.h.


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