When an imgui window is floating, I can make it transparent with ImGuiWindowFlags_NoBackground and render a translucent texture before the interface.
However when the window is docked, It shows a dark background which I do not want or need.
By window I do not mean the OS window. I mean the dockable child windows that imgui creates inside the OS window
How do I turn off the background for all the docks?