Change 'alpha' to 'transparency' in feature detector

Allow renaming of enum values in public property editor
This commit is contained in:
Lars Brubaker 2018-09-21 16:11:05 -07:00
parent 6af27029ff
commit 4fd69ef58a
3 changed files with 60 additions and 2 deletions

View file

@ -65,6 +65,7 @@ namespace MatterHackers.MatterControl.DesignTools
public enum ThresholdFunctions { Silhouette, Intensity, Alpha, Hue }
[EnumRename("Alpha", "Transparency")]
public ThresholdFunctions FeatureDetector
{
get { return _featureDetector; }