![]() |
ufe
3.2
Universal Front End is a DCC-agnostic component that will allow a DCC to browse and edit data in multiple data models
|
Typed color template for creating a specialized color. More...
#include <types.h>
Public Member Functions | |
TypedColor3 () | |
TypedColor3 (T r, T g, T b) | |
T | r () const |
T | g () const |
T | b () const |
void | set (T r, T g, T b) |
bool | operator== (const TypedColor3< T > &rhs) const |
bool | operator!= (const TypedColor3< T > &rhs) const |
Public Attributes | |
std::array< T, 3 > | color |
Typed color template for creating a specialized color.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
std::array<T, 3> Ufe::TypedColor3< T >::color |
Definition at line 87 of file types.h.
Referenced by Ufe::TypedColor3< float >::operator!=(), and Ufe::TypedColor3< float >::operator==().