Ejemplo n.º 1
0
 void updatePlot() {
   plot.minHue = minHue;
   plot.maxHue = maxHue;
   plot.repaint();
   splot.minHue = minSat;
   splot.maxHue = maxSat;
   splot.repaint();
   bplot.minHue = minBri;
   bplot.maxHue = maxBri;
   bplot.repaint();
 }