Added FFT hold feature

This commit is contained in:
AlexandreRouma
2022-03-31 20:16:21 +02:00
parent 83da29e80b
commit 747b6bfbc6
8 changed files with 50 additions and 6 deletions

View File

@@ -21,7 +21,7 @@ public:
std::vector<std::string> getThemeNames();
ImVec4 waterfallBg = ImVec4(0.0f, 0.0f, 0.0f, 1.0f);
;
ImVec4 fftHoldColor = ImVec4(0.0f, 1.0f, 0.75f, 1.0f);
ImVec4 clearColor = ImVec4(0.0666f, 0.0666f, 0.0666f, 1.0f);
private: