Change 'alpha' to 'transparency' in feature detector
Allow renaming of enum values in public property editor
This commit is contained in:
parent
6af27029ff
commit
4fd69ef58a
3 changed files with 60 additions and 2 deletions
|
|
@ -65,6 +65,7 @@ namespace MatterHackers.MatterControl.DesignTools
|
|||
|
||||
public enum ThresholdFunctions { Silhouette, Intensity, Alpha, Hue }
|
||||
|
||||
[EnumRename("Alpha", "Transparency")]
|
||||
public ThresholdFunctions FeatureDetector
|
||||
{
|
||||
get { return _featureDetector; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue