Ejemplo n.º 1
0
 public void changeValue(int amount)
 {
     valueBar.changeValueBy(amount);
     recentSliderBar = valueBar;
 }
Ejemplo n.º 2
0
 public void changeSaturation(int amount)
 {
     saturationBar.changeValueBy(amount);
     recentSliderBar = saturationBar;
 }