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)
 vtkColor3ub (int hexSigned)

Detailed Description

Some derived classes for the different colors commonly used.

Definition at line 183 of file vtkColor.h.


Constructor & Destructor Documentation

Definition at line 186 of file vtkColor.h.

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

Definition at line 187 of file vtkColor.h.

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

Definition at line 189 of file vtkColor.h.

vtkColor3ub::vtkColor3ub ( int  hexSigned) [inline, explicit]

Construct a color from a hexadecimal representation such as 0x0000FF (blue).

Definition at line 196 of file vtkColor.h.

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

Definition at line 207 of file vtkColor.h.


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