|
Rumba C++ SDK
|
#include <ImathColor.h>
Public Types | |
| typedef T | BaseType |
Public Member Functions | |
| T & | operator[] (int i) |
| const T & | operator[] (int i) const |
| Color4 () | |
| Color4 (T a) | |
| Color4 (T a, T b, T c, T d) | |
| Color4 (const Color4 &v) | |
| template<class S > | |
| Color4 (const Color4< S > &v) | |
| const Color4 & | operator= (const Color4 &v) |
| template<class S > | |
| void | setValue (S a, S b, S c, S d) |
| template<class S > | |
| void | setValue (const Color4< S > &v) |
| template<class S > | |
| void | getValue (S &a, S &b, S &c, S &d) const |
| template<class S > | |
| void | getValue (Color4< S > &v) const |
| T * | getValue () |
| const T * | getValue () const |
| template<class S > | |
| bool | operator== (const Color4< S > &v) const |
| template<class S > | |
| bool | operator!= (const Color4< S > &v) const |
| const Color4 & | operator+= (const Color4 &v) |
| Color4 | operator+ (const Color4 &v) const |
| const Color4 & | operator-= (const Color4 &v) |
| Color4 | operator- (const Color4 &v) const |
| Color4 | operator- () const |
| const Color4 & | negate () |
| const Color4 & | operator*= (const Color4 &v) |
| const Color4 & | operator*= (T a) |
| Color4 | operator* (const Color4 &v) const |
| Color4 | operator* (T a) const |
| const Color4 & | operator/= (const Color4 &v) |
| const Color4 & | operator/= (T a) |
| Color4 | operator/ (const Color4 &v) const |
| Color4 | operator/ (T a) const |
Static Public Member Functions | |
| static unsigned int | dimensions () |
| static T | baseTypeMin () |
| static T | baseTypeMax () |
| static T | baseTypeSmallest () |
| static T | baseTypeEpsilon () |
Public Attributes | |
| T | r |
| T | g |
| T | b |
| T | a |
| typedef T Imath::Color4< T >::BaseType |
|
inline |
|
inlineexplicit |
|
inline |
|
inline |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| T Imath::Color4< T >::a |
| T Imath::Color4< T >::b |
| T Imath::Color4< T >::g |
| T Imath::Color4< T >::r |