public GlassPanel() { borderRectPath = new GraphicsPath(); topArcPath = new GraphicsPath(); bevelOverlayImage = Properties.Resources.bevelOverlay; CalculateBackColors(Color.FromArgb(125, 44, 61, 90)); blur = new Blur(); blur.BlurType = BlurType.Both; }