A class for receiving the result of making a round trip between specified colors at a specified time More...
Public Member Functions | |
Blinker () | |
Blinker (Color a, Color b, int t) | |
void | setColor (Color a, Color b, int t) |
void | update () |
Color | getColor () |
A class for receiving the result of making a round trip between specified colors at a specified time
Yukar.Engine.Blinker.Blinker | ( | ) |
Yukar.Engine.Blinker.Blinker | ( | Color | a, |
Color | b, | ||
int | t | ||
) |
Color Yukar.Engine.Blinker.getColor | ( | ) |
void Yukar.Engine.Blinker.setColor | ( | Color | a, |
Color | b, | ||
int | t | ||
) |
void Yukar.Engine.Blinker.update | ( | ) |