EaseColor.EaseColor
void EaseColor(Color initial)
Create a new ease value that starts with an initial value. This object will not animate until AnimTo is called.
Color initial | The initial value for the object. |
void EaseColor(float r, float g, float b, float a)
Create a new ease value that starts with an initial value. This object will not animate until AnimTo is called.
float r | Red component of a Color, in the range of 0-1. |
float g | Green component of a Color, in the range of 0-1. |
float b | Blue component of a Color, in the range of 0-1. |
float a | Alpha/transparency component of a Color, in the range of 0-1. |
Found an issue with these docs, or have some additional questions? Create an Issue on Github!