public Processing_SmoothGaussian() { _Control = new Ui_Slider(this); //加入滑动条 Level = 50; }
public Processing_IncBrightness() { _Control = new Ui_Slider(this); Level = 50; }
public Processing_IncConstrast() { _Control = new Ui_Slider(this); Level = 50; }
public Processing_IncSaturation() { _Control = new Ui_Slider(this); Level = 50; }
public Processing_Erode() { _Control = new Ui_Slider(this); //加入滑动条 Level = 50; }