コード例 #1
0
 public ObscuredWipeTransition(Frame obscuring_frame, DMDBlendMode composite_op, ObscuredWipeTransitionDirection direction = ObscuredWipeTransitionDirection.North)
 {
     this.composite_op       = composite_op;
     this.direction          = direction;
     this.progress_per_frame = 1.0 / 15.0;
     this.obs_frame          = obscuring_frame;
 }
コード例 #2
0
 public ObscuredWipeTransition(Frame obscuring_frame, DMDBlendMode composite_op, ObscuredWipeTransitionDirection direction = ObscuredWipeTransitionDirection.North)
 {
     this.composite_op = composite_op;
     this.direction = direction;
     this.progress_per_frame = 1.0 / 15.0;
     this.obs_frame = obscuring_frame;
 }