ColorInterpolationSegment

from panda3d.physics import ColorInterpolationSegment
class ColorInterpolationSegment

Bases:

Bases: ReferenceCount

Inheritance diagram

Inheritance diagram of ColorInterpolationSegment

__init__(s: ColorInterpolationSegment)
getFunction() panda3d.core.TypedReferenceCount

INLINE ColorInterpolationFunction* getFunction() const;

getId() int
getTimeBegin() float
getTimeEnd() float
isEnabled() bool
isModulated() bool
setEnabled(enabled: bool)
setFunction(function: ColorInterpolationFunction)
setIsModulated(flag: bool)
setTimeBegin(time: float)
setTimeEnd(time: float)