Windows 7 Exe Buttons Scratch ✦ Trending & Instant

// The "Red" isn't pure red. It's a gradient. Color topColor = Color.FromArgb(255, 235, 110, 110); Color bottomColor = Color.FromArgb(255, 165, 50, 50); // Draw rounded rectangle (2px radius) GraphicsPath path = GetRoundedRect(buttonRect, 2); LinearGradientBrush brush = new LinearGradientBrush(buttonRect, topColor, bottomColor, LinearGradientMode.Vertical); FillPath(path, brush);

// The Glow (Inner shadow) DrawInnerGlow(graphics, buttonRect, Color.FromArgb(120, Color.White), 1); windows 7 exe buttons scratch

Did you try to build these buttons? Share your screenshots in the comments below! // The "Red" isn't pure red