Public Member Functions | Public Attributes | List of all members
color_util::GenericColorRGBA< T > Struct Template Reference

#include <types.h>

Public Member Functions

 GenericColorRGBA (T r, T g, T b, T a)
 
bool operator== (const GenericColorRGBA &other) const
 
std::string toString () const
 

Public Attributes

a
 
b
 
g
 
r
 

Detailed Description

template<typename T>
struct color_util::GenericColorRGBA< T >

Definition at line 44 of file types.h.

Constructor & Destructor Documentation

template<typename T>
color_util::GenericColorRGBA< T >::GenericColorRGBA ( r,
g,
b,
a 
)
inline

Definition at line 46 of file types.h.

Member Function Documentation

template<typename T>
bool color_util::GenericColorRGBA< T >::operator== ( const GenericColorRGBA< T > &  other) const
inline

Definition at line 49 of file types.h.

template<typename T>
std::string color_util::GenericColorRGBA< T >::toString ( ) const
inline

Definition at line 56 of file types.h.

Member Data Documentation

template<typename T>
T color_util::GenericColorRGBA< T >::a

Definition at line 54 of file types.h.

template<typename T>
T color_util::GenericColorRGBA< T >::b

Definition at line 54 of file types.h.

template<typename T>
T color_util::GenericColorRGBA< T >::g

Definition at line 54 of file types.h.

template<typename T>
T color_util::GenericColorRGBA< T >::r

Definition at line 54 of file types.h.


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


color_util
Author(s):
autogenerated on Sun Jan 10 2021 04:08:24