VTK  9.3.20240416
Public Member Functions | List of all members
vtkColor3ub Class Reference

Some derived classes for the different colors commonly used. More...

#include <vtkColor.h>

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

Public Member Functions

 vtkColor3ub ()=default
 
 vtkColor3ub (unsigned char scalar)
 
 vtkColor3ub (const unsigned char *init)
 
 vtkColor3ub (unsigned char r, unsigned char g, unsigned char b)
 
 vtkColor3ub (int hexSigned)
 Construct a color from a hexadecimal representation such as 0x0000FF (blue). More...
 
- Public Member Functions inherited from vtkColor3< unsigned char >
 vtkColor3 ()=default
 
 vtkColor3 (const unsigned char &scalar)
 
 vtkColor3 (const unsigned char *init)
 
 vtkColor3 (const unsigned char &red, const unsigned char &green, const unsigned char &blue)
 
void SetRed (const unsigned char &red)
 Set the red component of the color, i.e. More...
 
const unsigned char & GetRed () const
 Get the red component of the color, i.e. More...
 
void SetGreen (const unsigned char &green)
 Set the green component of the color, i.e. More...
 
const unsigned char & GetGreen () const
 Get the green component of the color, i.e. More...
 
void SetBlue (const unsigned char &blue)
 Set the blue component of the color, i.e. More...
 
const unsigned char & GetBlue () const
 Get the blue component of the color, i.e. More...
 
void Set (const unsigned char &red, const unsigned char &green, const unsigned char &blue)
 Set the red, green and blue components of the color. More...
 
- Public Member Functions inherited from vtkTuple< T, Size >
 vtkTuple ()=default
 The default constructor does not initialize values. More...
 
 vtkTuple (const T &scalar)
 Initialize all of the tuple's elements with the supplied scalar. More...
 
 vtkTuple (const T *init)
 Initialize the tuple's elements with the elements of the supplied array. More...
 
 vtkTuple (const std::array< T, Size > &values)
 Initialize the tuple's elements using a std::array for matching type and size. More...
 
int GetSize () const
 Get the size of the tuple. More...
 
T * GetData ()
 Get a pointer to the underlying data of the tuple. More...
 
const T * GetData () const
 
T & operator[] (int i)
 Get a reference to the underlying data element of the tuple. More...
 
const T & operator[] (int i) const
 
operator() (int i) const
 Get the value of the tuple at the index specified. More...
 
bool Compare (const vtkTuple< T, Size > &other, const T &tol) const
 Equality operator with a tolerance to allow fuzzy comparisons. More...
 
template<typename TR >
vtkTuple< TR, Size > Cast () const
 Cast the tuple to the specified type, returning the result. More...
 

Additional Inherited Members

- Protected Attributes inherited from vtkTuple< T, Size >
Data [Size]
 The only thing stored in memory! More...
 

Detailed Description

Some derived classes for the different colors commonly used.

Definition at line 202 of file vtkColor.h.

Constructor & Destructor Documentation

◆ vtkColor3ub() [1/5]

vtkColor3ub::vtkColor3ub ( )
default

◆ vtkColor3ub() [2/5]

vtkColor3ub::vtkColor3ub ( unsigned char  scalar)
inlineexplicit

Definition at line 206 of file vtkColor.h.

◆ vtkColor3ub() [3/5]

vtkColor3ub::vtkColor3ub ( const unsigned char *  init)
inlineexplicit

Definition at line 210 of file vtkColor.h.

◆ vtkColor3ub() [4/5]

vtkColor3ub::vtkColor3ub ( int  hexSigned)
inlineexplicit

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

Definition at line 219 of file vtkColor.h.

◆ vtkColor3ub() [5/5]

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

Definition at line 230 of file vtkColor.h.


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