Logo
Public Member Functions | List of all members
Yukar.Engine.Blinker Class Reference

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 ()
 

Detailed Description

A class for receiving the result of making a round trip between specified colors at a specified time

Constructor & Destructor Documentation

◆ Blinker() [1/2]

Yukar.Engine.Blinker.Blinker ( )

◆ Blinker() [2/2]

Yukar.Engine.Blinker.Blinker ( Color  a,
Color  b,
int  t 
)

Member Function Documentation

◆ getColor()

Color Yukar.Engine.Blinker.getColor ( )

◆ setColor()

void Yukar.Engine.Blinker.setColor ( Color  a,
Color  b,
int  t 
)

◆ update()

void Yukar.Engine.Blinker.update ( )