Skip to content

Instantly share code, notes, and snippets.

@jesulink2514
Created February 28, 2019 04:04
Show Gist options
  • Save jesulink2514/4053dd998102a28ff1f05607db1f4897 to your computer and use it in GitHub Desktop.
Save jesulink2514/4053dd998102a28ff1f05607db1f4897 to your computer and use it in GitHub Desktop.
var brush = new LinearGradientBrush(
Point.Zero,
Point.OneX,
Color.FromHex("#6C6FEC").ToNColor(),
Color.FromHex("#5A41B9").ToNColor());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment