示例#1
0
 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;
 }
示例#5
0
 public Processing_Erode()
 {
     _Control = new Ui_Slider(this); //加入滑动条
     Level    = 50;
 }