When I clear my device I set the background color like so
Code:
device.Clear(ClearFlags.Target, System.Drawing.Color.Blue, 1.0f, 0);
But what do I do if I want a background that graduatly(sp) shades from blue to black

~Barjor