Smoother alpha transition in mixing view. Also force use of opacity

blending in mixing view for clarity.
This commit is contained in:
brunoherbelin
2020-07-28 17:29:53 +02:00
parent acd0689899
commit 650066d995
5 changed files with 52 additions and 12 deletions

1
View.h
View File

@@ -88,6 +88,7 @@ class MixingView : public View
public:
MixingView();
void draw () override;
void zoom (float factor) override;
void centerSource(Source *) override;