Esempio n. 1
0
 public Flash(ColorValueEffect effect, int duration, int pose)
 {
     this.pose_id     = pose;
     this.colorEffect = effect;
     this.duration    = duration;
 }
Esempio n. 2
0
 public Scene(ColorValueEffect effect, int duration, String name)
 {
     this.mColorEffect = effect;
     this.duration     = duration;
     this.name         = name;
 }