consider alpha even when doing intensity
This commit is contained in:
parent
419ebd12d5
commit
e016241a0b
2 changed files with 3 additions and 1 deletions
|
|
@ -97,6 +97,7 @@ namespace MatterHackers.MatterControl.DesignTools
|
|||
switch (AnalysisType)
|
||||
{
|
||||
case AnalysisTypes.Intensity:
|
||||
case AnalysisTypes.Colors:
|
||||
Histogram.RebuildAlphaImage(SourceImage, alphaImage, _image, AnalysisType);
|
||||
break;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue