There should be an easier way to get a `ScottPlot.Color` from a `System.Drawing.Color` For now, this works ```cs ScottPlot.Color.FromARGB(System.Drawing.Color.Blue.ToArgb()) ```