ColorInterpolationSegment

class ColorInterpolationSegment

Bases: ReferenceCount

Inheritance diagram

Inheritance diagram of ColorInterpolationSegment

ColorInterpolationSegment(ColorInterpolationSegment const &s)
TypedReferenceCount *get_function(void) const

INLINE ColorInterpolationFunction* get_function() const;

int get_id(void) const
PN_stdfloat get_time_begin(void) const
PN_stdfloat get_time_end(void) const
bool is_enabled(void) const
bool is_modulated(void) const
void set_enabled(bool const enabled)
void set_function(ColorInterpolationFunction *function)
void set_is_modulated(bool const flag)
void set_time_begin(PN_stdfloat const time)
void set_time_end(PN_stdfloat const time)