Urho3D
Public Member Functions | Public Attributes
Urho3D::ColorFade Class Reference

Color-time pair for color interpolation. More...

#include <Color.h>

List of all members.

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.

Detailed Description

Color-time pair for color interpolation.


The documentation for this class was generated from the following file: