ColorInterpolationManager¶
from panda3d.physics import ColorInterpolationManager
-
class
ColorInterpolationManager
¶ Bases:
ReferenceCount
Inheritance diagram
-
__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¶
-
getSegment
(seg_id: int) → ColorInterpolationSegment¶
-
setDefaultColor
(c: panda3d.core.LColor) → None¶
-