コード例 #1
0
 public ExposureAdjustment()
 {
     this.Edit   = new AdjustmentCommand(() => AdjustmentCommand.Edit(this));
     this.Remove = new AdjustmentCommand(() => AdjustmentCommand.Remove(this));
 }
コード例 #2
0
 public BrightnessAdjustment()
 {
     this.Edit   = new AdjustmentCommand(() => AdjustmentCommand.Edit(this));
     this.Remove = new AdjustmentCommand(() => AdjustmentCommand.Remove(this));
 }
コード例 #3
0
 public HighlightsAndShadowsAdjustment()
 {
     this.Edit   = new AdjustmentCommand(() => AdjustmentCommand.Edit(this));
     this.Remove = new AdjustmentCommand(() => AdjustmentCommand.Remove(this));
 }
コード例 #4
0
 public GammaTransferAdjustment()
 {
     this.Edit   = new AdjustmentCommand(() => AdjustmentCommand.Edit(this));
     this.Remove = new AdjustmentCommand(() => AdjustmentCommand.Remove(this));
 }
コード例 #5
0
 public SaturationAdjustment()
 {
     this.Edit   = new AdjustmentCommand(() => AdjustmentCommand.Edit(this));
     this.Remove = new AdjustmentCommand(() => AdjustmentCommand.Remove(this));
 }
コード例 #6
0
 public ColorMatchAdjustment()
 {
     this.Edit   = new AdjustmentCommand(() => AdjustmentCommand.Edit(this));
     this.Remove = new AdjustmentCommand(() => AdjustmentCommand.Remove(this));
 }
コード例 #7
0
 public InvertAdjustment()
 {
     this.Edit   = new AdjustmentCommand(() => AdjustmentCommand.Edit(this));
     this.Remove = new AdjustmentCommand(() => AdjustmentCommand.Remove(this));
 }
コード例 #8
0
 public VignetteAdjustment()
 {
     this.Edit   = new AdjustmentCommand(() => AdjustmentCommand.Edit(this));
     this.Remove = new AdjustmentCommand(() => AdjustmentCommand.Remove(this));
 }