diff options
author | Tom Brazier <tom_github@firstsolo.net> | 2023-05-31 15:09:16 +0100 |
---|---|---|
committer | Tom Brazier <tom_github@firstsolo.net> | 2023-05-31 15:09:16 +0100 |
commit | 0081061e580c4933b0c7731496916df2cfc0a95c (patch) | |
tree | eeda4e2eb6a8087875702753ad5cefe08a44a895 /tracker-pt/ftnoir_tracker_pt_dialog.h | |
parent | 98ab4962ba9a1940b8068af658def92e1fb64011 (diff) |
Added a slider to control the strength of the color matching for chroma key
Diffstat (limited to 'tracker-pt/ftnoir_tracker_pt_dialog.h')
-rw-r--r-- | tracker-pt/ftnoir_tracker_pt_dialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker-pt/ftnoir_tracker_pt_dialog.h b/tracker-pt/ftnoir_tracker_pt_dialog.h index ea631949..79cd91bd 100644 --- a/tracker-pt/ftnoir_tracker_pt_dialog.h +++ b/tracker-pt/ftnoir_tracker_pt_dialog.h @@ -39,7 +39,7 @@ public slots: void poll_tracker_info_impl(); void set_camera_settings_available(const QString& camera_name); void show_camera_settings(); - void chroma_key_overexp_enable(const QString&); + void chroma_key_controls_enable(const QString&); protected: QString threshold_display_text(int threshold_value); |