Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created February 21, 2020 06:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/3b46a8fd3190cb49758946957136a03d to your computer and use it in GitHub Desktop.
Save parzibyte/3b46a8fd3190cb49758946957136a03d to your computer and use it in GitHub Desktop.
blanco := color.RGBA{R: 255, G: 255, B: 255, A: 0xff}
negro := color.RGBA{0, 0, 0, 0xff}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment