ColorInterpolationSegment

from panda3d.physics import ColorInterpolationSegment
class ColorInterpolationSegment

Bases:

Bases: ReferenceCount

Inheritance diagram

Inheritance diagram of ColorInterpolationSegment

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

INLINE ColorInterpolationFunction* get_function() const;

get_id() int
get_time_begin() float
get_time_end() float
is_enabled() bool
is_modulated() bool
set_enabled(enabled: bool)
set_function(function: ColorInterpolationFunction)
set_is_modulated(flag: bool)
set_time_begin(time: float)
set_time_end(time: float)