#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) | |
Public Attributes | |
| float | t |
| UT_FRGBA | rgba |
| UT_SPLINE_BASIS | basis |
| bool | enable_pos:1 |
| bool | enable_val:1 |
| bool | enable_interp:1 |
Definition at line 57 of file UT_Ramp.h.
| 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 | |||
| ) | [inline] |
| float UT_ColorNode::t |
1.5.9