diff options
Diffstat (limited to 'dgedit/canvastoolselections.h')
-rw-r--r-- | dgedit/canvastoolselections.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/dgedit/canvastoolselections.h b/dgedit/canvastoolselections.h index a9e4d56..99114de 100644 --- a/dgedit/canvastoolselections.h +++ b/dgedit/canvastoolselections.h @@ -57,6 +57,8 @@ public slots: void autoCreateSelections(); void clearSelections(); void thresholdChanged(double threshold); + void noiseFloorChanged(int t); + void fadeoutChanged(int t); private: bool selection_is_moving_left; @@ -67,7 +69,9 @@ private: Canvas *canvas; double threshold; - + double noise_floor; + double fadeout; + QColor colSelBg; QColor colSel; QColor colActiveSelBg; |