| Urho3D
    | 
#include </home/runner/work/Dviglo/Dviglo/DvigloRepository/Source/Urho3D/Graphics/ParticleEffect.h>
| Public Member Functions | |
| ColorFrame () | |
| Construct with default values. | |
| ColorFrame (const Color &color) | |
| Construct with a color and zero time. | |
| ColorFrame (const Color &color, float time) | |
| Construct from a color and time. | |
| Color | Interpolate (const ColorFrame &next, float time) const | 
| Return interpolated value with another color-time pair at the time specified. | |
| Public Attributes | |
| Color | color_ | 
| Color. | |
| float | time_ | 
| Time. | |
Color animation frame definition.
 1.8.17
 1.8.17