Tints a Node that implements the NodeRGB protocol from current tint to a custom one.
More...
#include <ActionInterval.h>
Inherits ActionInterval.
|
| void | update (float time) override |
|
bool | initWithDuration (float duration, int16_t deltaRed, int16_t deltaGreen, int16_t deltaBlue) |
| | initializes the action with duration and color
|
| float | getElapsed () |
| | How many seconds had elapsed since the actions started to run.
|
| void | setAmplitudeRate (float amp) |
| | Sets the amplitude rate, extension in GridAction.
|
| float | getAmplitudeRate () |
| | Gets the amplitude rate, extension in GridAction.
|
| void | step (float dt) override |
|
bool | initWithDuration (float d) |
| | initializes the action
|
|
| static TintBy * | create (float duration, int16_t deltaRed, int16_t deltaGreen, int16_t deltaBlue) |
| | Creates an action with duration and color.
|
Tints a Node that implements the NodeRGB protocol from current tint to a custom one.
- Since
- v0.7.2
◆ create()
| TintBy * create |
( |
float | duration, |
|
|
int16_t | deltaRed, |
|
|
int16_t | deltaGreen, |
|
|
int16_t | deltaBlue ) |
|
static |
Creates an action with duration and color.
- Parameters
-
| duration | Duration time, in seconds. |
| deltaRed | Delta red color. |
| deltaGreen | Delta green color. |
| deltaBlue | Delta blue color. |
- Returns
- An autoreleased TintBy object.
◆ update()
| void update |
( |
float | time | ) |
|
|
override |
The documentation for this class was generated from the following file: