Refactoring SuspendRebuild to be RubuildLock

Marching squares has more data on how it expects to be processed (edge color)
This commit is contained in:
Lars Brubaker 2018-06-20 17:16:38 -07:00
parent ec28305b56
commit 3e49946e5a
44 changed files with 531 additions and 195 deletions

View file

@ -59,6 +59,8 @@ namespace MatterHackers.MatterControl.DesignTools
return h;
}
public Color ZeroColor => Color.Black;
public double Threshold(Color color)
{
return GetThresholded0To1(Transform(color));