public ExposureAdjustment()
 {
     this.Edit   = new AdjustmentCommand(() => AdjustmentCommand.Edit(this));
     this.Remove = new AdjustmentCommand(() => AdjustmentCommand.Remove(this));
 }
Example #2
0
 public BrightnessAdjustment()
 {
     this.Edit   = new AdjustmentCommand(() => AdjustmentCommand.Edit(this));
     this.Remove = new AdjustmentCommand(() => AdjustmentCommand.Remove(this));
 }
Example #3
0
 public HighlightsAndShadowsAdjustment()
 {
     this.Edit   = new AdjustmentCommand(() => AdjustmentCommand.Edit(this));
     this.Remove = new AdjustmentCommand(() => AdjustmentCommand.Remove(this));
 }
 public GammaTransferAdjustment()
 {
     this.Edit   = new AdjustmentCommand(() => AdjustmentCommand.Edit(this));
     this.Remove = new AdjustmentCommand(() => AdjustmentCommand.Remove(this));
 }
Example #5
0
 public SaturationAdjustment()
 {
     this.Edit   = new AdjustmentCommand(() => AdjustmentCommand.Edit(this));
     this.Remove = new AdjustmentCommand(() => AdjustmentCommand.Remove(this));
 }
 public ColorMatchAdjustment()
 {
     this.Edit   = new AdjustmentCommand(() => AdjustmentCommand.Edit(this));
     this.Remove = new AdjustmentCommand(() => AdjustmentCommand.Remove(this));
 }
Example #7
0
 public InvertAdjustment()
 {
     this.Edit   = new AdjustmentCommand(() => AdjustmentCommand.Edit(this));
     this.Remove = new AdjustmentCommand(() => AdjustmentCommand.Remove(this));
 }
 public VignetteAdjustment()
 {
     this.Edit   = new AdjustmentCommand(() => AdjustmentCommand.Edit(this));
     this.Remove = new AdjustmentCommand(() => AdjustmentCommand.Remove(this));
 }