summaryrefslogtreecommitdiffhomepage
path: root/tracker-pt/pt-settings.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2018-08-03 06:15:48 +0200
committerStanislaw Halik <sthalik@misaki.pl>2018-08-03 06:15:48 +0200
commit28b4f283f20d0ecf370ac33ed25501e1c2b927a9 (patch)
treef3d7c396e3588a253b0a88e34b7d56d47d835389 /tracker-pt/pt-settings.hpp
parentbad2a3e97a92b32c163510e7a0764034c1f87d80 (diff)
tracker/pt: extract green channel only as user option
Issue: #808 Requested-by: @DanTDBV
Diffstat (limited to 'tracker-pt/pt-settings.hpp')
-rw-r--r--tracker-pt/pt-settings.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tracker-pt/pt-settings.hpp b/tracker-pt/pt-settings.hpp
index 62297713..9c4b6438 100644
--- a/tracker-pt/pt-settings.hpp
+++ b/tracker-pt/pt-settings.hpp
@@ -12,6 +12,7 @@ enum pt_color_type
pt_color_red_only = 3,
pt_color_average = 5,
pt_color_blue_only = 6,
+ pt_color_green_only = 7,
};
namespace pt_settings_detail {