Default plugin for the tweening of Color objects. More...
Public Member Functions | |
PlugColor (Color p_endVal) | |
Creates a new instance of this plugin using the main ease type. | |
PlugColor (Color p_endVal, EaseType p_easeType) | |
Creates a new instance of this plugin. | |
PlugColor (Color p_endVal, bool p_isRelative) | |
Creates a new instance of this plugin using the main ease type. | |
PlugColor (Color p_endVal, EaseType p_easeType, bool p_isRelative) | |
Creates a new instance of this plugin. | |
PlugColor (Color p_endVal, AnimationCurve p_easeAnimCurve, bool p_isRelative) | |
Creates a new instance of this plugin. |
Default plugin for the tweening of Color objects.
PlugColor | ( | Color | p_endVal | ) |
Creates a new instance of this plugin using the main ease type.
p_endVal | The Color value to tween to. |
Creates a new instance of this plugin.
p_endVal | The Color value to tween to. |
p_easeType | The EaseType to use. |
PlugColor | ( | Color | p_endVal, |
bool | p_isRelative | ||
) |
Creates a new instance of this plugin using the main ease type.
p_endVal | The Color value to tween to. |
p_isRelative | If true , the given end value is considered relative instead than absolute. |
Creates a new instance of this plugin.
p_endVal | The Color value to tween to. |
p_easeType | The EaseType to use. |
p_isRelative | If true , the given end value is considered relative instead than absolute. |
PlugColor | ( | Color | p_endVal, |
AnimationCurve | p_easeAnimCurve, | ||
bool | p_isRelative | ||
) |
Creates a new instance of this plugin.
p_endVal | The Color value to tween to. |
p_easeAnimCurve | The AnimationCurve to use for easing. |
p_isRelative | If true , the given end value is considered relative instead than absolute. |