Can we change Sitecore's Media Option default background colour into White? By default it's Black.
Otherwise when I need image, I have to say always, background color is White.
Sitecore.Resources.Media.MediaUrlOptions mediaUrlOptions = new Sitecore.Resources.Media.MediaUrlOptions(this.GetCurrentDatabase, false)
{
Width = 480,
Height = 360,
BackgroundColor = System.Drawing.Color.White
};