consider alpha even when doing intensity

This commit is contained in:
LarsBrubaker 2021-08-17 09:42:34 -07:00
parent 419ebd12d5
commit e016241a0b
2 changed files with 3 additions and 1 deletions

View file

@ -97,6 +97,7 @@ namespace MatterHackers.MatterControl.DesignTools
switch (AnalysisType)
{
case AnalysisTypes.Intensity:
case AnalysisTypes.Colors:
Histogram.RebuildAlphaImage(SourceImage, alphaImage, _image, AnalysisType);
break;