|
HDK
|
#include <UT_Ramp.h>
Public Member Functions | |
| UT_ColorNode () | |
| UT_ColorNode (fpreal offset, const UT_FRGBA &color, UT_SPLINE_BASIS basis_=UT_SPLINE_LINEAR, bool enable_pos_=true, bool enable_val_=true, bool enable_interp_=true) | |
| SYS_HashType | hash () const |
| template<typename ARCHIVER_T > | |
| bool | serialize (ARCHIVER_T &archiver) |
Public Attributes | |
| float | t |
| float | old_t |
| SerializableFRGBA | rgba |
| SerializableFRGBA | old_rgba |
| UT_SPLINE_BASIS | basis |
| bool | enable_pos:1 |
| bool | enable_val:1 |
| bool | enable_interp:1 |
|
inline |
| SYS_HashType UT_ColorNode::hash | ( | ) | const |
| bool UT_ColorNode::serialize | ( | ARCHIVER_T & | archiver | ) |
| UT_SPLINE_BASIS UT_ColorNode::basis |