Example #1
0
 public void UpdateColormap()
 {
     isUpdatingColormap = true;
     calculator = new ColorMapCalculator(colormapPrecision, palette, usedColors, numberOfColors, DoneUpdatingColormap);
 }
Example #2
0
 public void UpdateColormap()
 {
     isUpdatingColormap = true;
     calculator         = new ColorMapCalculator(colormapPrecision, palette, usedColors, numberOfColors, DoneUpdatingColormap);
 }