using System; using System.Collections.Generic; using Blacklight.Core; using System.Diagnostics; using System.Windows.Forms; using System.Runtime.InteropServices; using Azimuth; using Blacklight.Core.Drawables; namespace Blacklight.Testbed { public partial class Testbed : Form { public Testbed() { InitializeComponent(); viewport.DrawableSurface.BackgroundColor = new Blacklight.Core.Color(0, 0.5, 1.0, 0); } } }