VTK
Public Member Functions
vtkColor4ub Class Reference

#include <vtkColor.h>

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

List of all members.

Public Member Functions

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

Detailed Description

Definition at line 188 of file vtkColor.h.


Constructor & Destructor Documentation

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

Definition at line 191 of file vtkColor.h.

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

Definition at line 194 of file vtkColor.h.

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

Definition at line 196 of file vtkColor.h.


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