Panda3D
|
Defines a linear interpolation over the lifetime of the segment. More...
Public Member Functions | |
VBase4 | getColorA () |
Returns the primary color of the function. | |
VBase4 | getColorB () |
Returns the secondary color of the function. | |
setColorA (VBase4 const c) | |
Sets the primary color of the function. | |
setColorB (VBase4 const c) | |
Sets the secondary color of the function. | |
Static Public Member Functions | |
static TypeHandle | getClassType () |
Defines a linear interpolation over the lifetime of the segment.
static TypeHandle getClassType | ( | ) | [static] |
Reimplemented from ColorInterpolationFunctionConstant.
Reimplemented in ColorInterpolationFunctionStepwave, and ColorInterpolationFunctionSinusoid.
VBase4 getColorA | ( | ) | [inherited] |
Returns the primary color of the function.
VBase4 getColorB | ( | ) |
Returns the secondary color of the function.
setColorA | ( | VBase4 const | c | ) | [inherited] |
Sets the primary color of the function.
setColorB | ( | VBase4 const | c | ) |
Sets the secondary color of the function.