If I create a new WindowsDX project and change to full screen, the screen flashes white. Its hard to notice on the blue background but against a black background it is noticeable. In a new project it is very brief but in an actual project that has stuff to initialize/load it is very noticeable.
Is there a way to make it flash black instead of white?
_graphics = new GraphicsDeviceManager(this)
{
IsFullScreen = true,
HardwareModeSwitch = false
};
GraphicsDevice.Clear(Color.Black);