Template Struct GenericColorRGBA

Struct Documentation

template<typename T>
struct GenericColorRGBA

Public Functions

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

Public Members

T r
T g
T b
T a