Class: AnimColor

Parent class: AnimChannel

The AnimColor class represents an animated sequence of color values.

Member Functions


void SetValue()

Set the value at a given frame.

Return value: none when (int): frame number val (LM_ColorVector): the value to set
void SetValue()

Set the value at a given frame.

Return value: none when (int): frame number val (rgb_color): the value to set
LM_ColorVector GetValue()

Return the value of this channel at a given frame.

Return value (LM_ColorVector): value at the given frame when (int): frame number

Member Variables


value (rgb_color)

The current value of the channel.