ColorInterpolationManager
from panda3d.physics import ColorInterpolationManager
- class ColorInterpolationManager
Bases:
ReferenceCount
Inheritance diagram
- __init__(*args, **kwargs)
- addConstant()
C++ Interface: add_constant(const ColorInterpolationManager self, float time_begin, float time_end, const LVecBase4f color, bool is_modulated)
- addLinear()
C++ Interface: add_linear(const ColorInterpolationManager self, float time_begin, float time_end, const LVecBase4f color_a, const LVecBase4f color_b, bool is_modulated)
- addSinusoid()
C++ Interface: add_sinusoid(const ColorInterpolationManager self, float time_begin, float time_end, const LVecBase4f color_a, const LVecBase4f color_b, float period, bool is_modulated)
- addStepwave()
C++ Interface: add_stepwave(const ColorInterpolationManager self, float time_begin, float time_end, const LVecBase4f color_a, const LVecBase4f color_b, float width_a, float width_b, bool is_modulated)
- add_constant()
C++ Interface: add_constant(const ColorInterpolationManager self, float time_begin, float time_end, const LVecBase4f color, bool is_modulated)
- add_linear()
C++ Interface: add_linear(const ColorInterpolationManager self, float time_begin, float time_end, const LVecBase4f color_a, const LVecBase4f color_b, bool is_modulated)
- add_sinusoid()
C++ Interface: add_sinusoid(const ColorInterpolationManager self, float time_begin, float time_end, const LVecBase4f color_a, const LVecBase4f color_b, float period, bool is_modulated)
- add_stepwave()
C++ Interface: add_stepwave(const ColorInterpolationManager self, float time_begin, float time_end, const LVecBase4f color_a, const LVecBase4f color_b, float width_a, float width_b, bool is_modulated)
- clearSegment()
C++ Interface: clear_segment(const ColorInterpolationManager self, int seg_id)
- clearToInitial()
C++ Interface: clear_to_initial(const ColorInterpolationManager self)
- clear_segment()
C++ Interface: clear_segment(const ColorInterpolationManager self, int seg_id)
- clear_to_initial()
C++ Interface: clear_to_initial(const ColorInterpolationManager self)
- getSegment()
C++ Interface: get_segment(const ColorInterpolationManager self, int seg_id)
- getSegmentIdList()
C++ Interface: get_segment_id_list(const ColorInterpolationManager self)
- get_segment()
C++ Interface: get_segment(const ColorInterpolationManager self, int seg_id)
- get_segment_id_list()
C++ Interface: get_segment_id_list(const ColorInterpolationManager self)
- setDefaultColor()
C++ Interface: set_default_color(const ColorInterpolationManager self, const LVecBase4f c)
- set_default_color()
C++ Interface: set_default_color(const ColorInterpolationManager self, const LVecBase4f c)