|
| __init__ () |
|
| __init__ (const ColorInterpolationManager copy) |
|
| __init__ (const LColor c) |
|
int | addConstant (const float time_begin, const float time_end, const LColor color, const bool is_modulated) |
|
int | addLinear (const float time_begin, const float time_end, const LColor color_a, const LColor color_b, const bool is_modulated) |
|
int | addSinusoid (const float time_begin, const float time_end, const LColor color_a, const LColor color_b, const float period, const bool is_modulated) |
|
int | addStepwave (const float time_begin, const float time_end, const LColor color_a, const LColor color_b, const float width_a, const float width_b, const bool is_modulated) |
|
| clearSegment (const int seg_id) |
|
| clearToInitial () |
|
ColorInterpolationSegment | getSegment (const int seg_id) |
|
str | getSegmentIdList () |
|
| setDefaultColor (const LColor c) |
|
Public Member Functions inherited from ReferenceCount |
int | getRefCount () |
| Returns the current reference count.
|
|
| ref () |
| Explicitly increments the reference count.
|
|
bool | testRefCountIntegrity () |
| Does some easy checks to make sure that the reference count isn't completely bogus.
|
|
bool | testRefCountNonzero () |
| Does some easy checks to make sure that the reference count isn't zero, or completely bogus.
|
|
bool | unref () |
| Explicitly decrements the reference count.
|
|