#912 Fixed the custom option menue based on the new standard from caf. Added an "experimental" color range for angular results.

This commit is contained in:
Jacob Støren
2016-10-13 12:13:32 +02:00
parent eb066a71b0
commit f4fde3cc1c
2 changed files with 48 additions and 25 deletions

View File

@@ -80,7 +80,8 @@ public:
BLACK_WHITE,
BLUE_WHITE_RED,
RED_WHITE_BLUE,
CATEGORY
CATEGORY,
ANGULAR
};
typedef caf::AppEnum<ColorRangesType> ColorRangeEnum;