#include <vlcolor.h>
Inheritance diagram for vlColor4< T >:

Public Member Functions | |
| vlColor4 (T x=0.0, T y=0.0, T z=0.0, T a=1.0) | |
| Default constructor. | |
| ~vlColor4 () | |
| Default destructor. | |
| T | a () const |
| Returns the alpha value of the color. | |
| T const & | aRef () const |
| Returns a reference to the alpha value of the color. | |
| template<class S> void | a (const S &value) |
| set value of alpha | |
Protected Attributes | |
| T | m_alpha |
| The alpha value of the color. | |
|
||||||||||||||||||||||||
|
|
|
|||||||||
|
|
|
||||||||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
|||||
|
Definition at line 223 of file vlcolor.h. Referenced by vlColor4< uint8 >::a(), and vlColor4< uint8 >::aRef(). |
1.3.3