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

Detailed Description

Definition at line 229 of file vtkColor.h.


Constructor & Destructor Documentation

Definition at line 232 of file vtkColor.h.

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

Definition at line 233 of file vtkColor.h.

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

Definition at line 235 of file vtkColor.h.

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

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

Definition at line 241 of file vtkColor.h.

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

Definition at line 254 of file vtkColor.h.

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

Definition at line 257 of file vtkColor.h.


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