ColorInterpolationManager

from panda3d.physics import ColorInterpolationManager
class ColorInterpolationManager

Bases:

Bases: ReferenceCount

Inheritance diagram

Inheritance diagram of ColorInterpolationManager

__init__()
__init__(copy: ColorInterpolationManager)
__init__(c: panda3d.core.LColor)
addConstant(time_begin: float, time_end: float, color: panda3d.core.LColor, is_modulated: bool) int
addLinear(time_begin: float, time_end: float, color_a: panda3d.core.LColor, color_b: panda3d.core.LColor, is_modulated: bool) int
addSinusoid(time_begin: float, time_end: float, color_a: panda3d.core.LColor, color_b: panda3d.core.LColor, period: float, is_modulated: bool) int
addStepwave(time_begin: float, time_end: float, color_a: panda3d.core.LColor, color_b: panda3d.core.LColor, width_a: float, width_b: float, is_modulated: bool) int
clearSegment(seg_id: int)
clearToInitial()
getSegment(seg_id: int) ColorInterpolationSegment
getSegmentIdList() str
setDefaultColor(c: panda3d.core.LColor)