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

Public Member Functions | |
| vlColorRGBA (T x=0, T y=0, T z=0, T a=1) | |
| Default constructor. | |
| ~vlColorRGBA () | |
| Default destructor. | |
| T | a () const |
| 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 | |
| template<class S> void | setAlphaLUV () |
| set value of alpha using LUV | |
| bool | operator>= (vlColorRGBA< T > const &other) const |
| checks if all of the componants of this Color4 are greater than other | |
| bool | operator<= (vlColorRGBA< T > const &other) const |
| checks if all of the componants of this Color4 are less than other | |
Protected Attributes | |
| T | m_alpha |
| The alpha value of the color. | |
Definition at line 244 of file vlcolor.h.
|
||||||||||||||||||||||||
|
|
|
|||||||||
|
|
|
||||||||||||||
|
Definition at line 262 of file vlcolor.h. References vlColorRGBA< T >::m_alpha. |
|
|||||||||
|
Definition at line 255 of file vlcolor.h. References vlColorRGBA< T >::m_alpha. |
|
|||||||||
|
Definition at line 258 of file vlcolor.h. References vlColorRGBA< T >::m_alpha. |
|
||||||||||
|
|
|
||||||||||
|
|
|
|||||||||||||
|
Definition at line 266 of file vlcolor.h. References vlColorRGBA< T >::m_alpha, vlTriple< T >::m_x, vlTriple< T >::m_y, and vlTriple< T >::m_z. |
|
|||||
|
Definition at line 276 of file vlcolor.h. Referenced by vlColorRGBA< T >::a(), vlColorRGBA< T >::aRef(), and vlColorRGBA< T >::setAlphaLUV(). |
1.3.3