예제 #1
0
 public LastScreen()
 {
     NTSC_Custom = new NTSC_CustomOptions();
 }
예제 #2
0
 public void SetOptions(NTSC_CustomOptions options)
 {
     this.Hue = options.Hue;
     this.Saturation = options.Saturation;
     this.Brightness = options.Brightness;
     this.Contrast = options.Contrast;
     this.Sharpness = options.Sharpness;
     this.Gamma = options.Gamma;
     this.Resolution = options.Resolution;
     this.Artifacts = options.Artifacts;
     this.Fringing = options.Fringing;
     this.Bleed = options.Bleed;
 }
예제 #3
0
 public LastScreen()
 {
     NTSC_Custom = new NTSC_CustomOptions();
 }