Urho3D
|
Color-time pair for color interpolation. More...
#include <Color.h>
Public Member Functions | |
ColorFade () | |
Construct with default color and zero time. | |
ColorFade (const Color &color) | |
Construct with a color and zero time. | |
ColorFade (const Color &color, float time) | |
Construct from a color and time. | |
Color | interpolate (const ColorFade &next, float time) |
Return interpolated value with another color-time pair, at the time specified. |
Public Attributes | |
Color | color_ |
Color. | |
float | time_ |
Time. |
Color-time pair for color interpolation.