Added VFO coloring option

This commit is contained in:
Ryzerth
2021-05-04 20:41:23 +02:00
parent 9a1850bd61
commit 1eca58605c
10 changed files with 200 additions and 10 deletions

View File

@ -61,6 +61,8 @@ namespace ImGui {
double minBandwidth;
double maxBandwidth;
bool bandwidthLocked;
ImU32 color = IM_COL32(255, 255, 255, 50);
};
class WaterFall {