Skip to content

Instantly share code, notes, and snippets.

@lgarczyn
Created August 10, 2016 08:40
Show Gist options
  • Save lgarczyn/969bf74cf3160908e505111c35d17bbf to your computer and use it in GitHub Desktop.
Save lgarczyn/969bf74cf3160908e505111c35d17bbf to your computer and use it in GitHub Desktop.
unsigned int color_average(unsigned int a, unsigned int b)
{
return (a + b) / 2;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment