Example #1
0
 public TuningScreen(int height, int width, ScreenType type, IScreenProfile profile, IUserInOut userInOut) : base(height, width, type, userInOut)
 {
     CurrentProfile = profile;
     this.userInOut = userInOut;
 }
Example #2
0
 public void Show(IScreenImage image, IScreenProfile profile)
 {
     userInOut.WriteLine("Image on " + Type + " display with brightness " + profile.Brightness + ", and contrast " + profile.Contrast + "\n");
 }