I would like to control ambient lighting for a 2D SpriteBatch rendered set of graphics on a global scale. I realise I can do this by blending the color passed into SpriteBatch.Draw but I'd rather do this globally.
The BasicEffect shader contols fixed function pipeline style lighting in XNA for simple scenes.
Is the BasicEffect shader and that of the SpriteBatch incompatible? Has anyone got these working together?