#include <particle_keyframe.h>
Collaboration diagram for hoa_video::private_video::ParticleKeyframe:

Public Member Functions | |
| ParticleKeyframe () | |
Public Attributes | |
| Color | color |
| color (includes alpha) | |
| Color | color_variation |
| float | rotation_speed |
| rotation speed, radians per second clockwise | |
| float | rotation_speed_variation |
| random variation added to rotation speed | |
| float | size_variation_x |
| random variation added to size | |
| float | size_variation_y |
| float | size_x |
| width and height scale. 1.0 means to use the normal height | |
| float | size_y |
| float | time |
***************************************************************************
Definition at line 44 of file particle_keyframe.h.
| hoa_video::private_video::ParticleKeyframe::ParticleKeyframe | ( | ) | [inline] |
Definition at line 48 of file particle_keyframe.h.
random variation added to color (each channel contains the variation for that channel)
Definition at line 79 of file particle_keyframe.h.
Definition at line 72 of file particle_keyframe.h.
width and height scale. 1.0 means to use the normal height
Definition at line 61 of file particle_keyframe.h.
Definition at line 62 of file particle_keyframe.h.
Definition at line 81 of file particle_keyframe.h.
1.5.1