public ExposureAdjustment() { this.Edit = new AdjustmentCommand(() => AdjustmentCommand.Edit(this)); this.Remove = new AdjustmentCommand(() => AdjustmentCommand.Remove(this)); }
public BrightnessAdjustment() { this.Edit = new AdjustmentCommand(() => AdjustmentCommand.Edit(this)); this.Remove = new AdjustmentCommand(() => AdjustmentCommand.Remove(this)); }
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)); }
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)); }
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)); }