Skip to content

Instantly share code, notes, and snippets.

@sapier
Created January 14, 2017 23:55
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 sapier/a8ce7b49ef3529545fe96624b31cbd6f to your computer and use it in GitHub Desktop.
Save sapier/a8ce7b49ef3529545fe96624b31cbd6f to your computer and use it in GitHub Desktop.
MYMIN(256, dst_c.getRed() - (255 - color.getRed())),
MYMIN(256, dst_c.getGreen() - (255 - color.getGreen())),
MYMIN(256, dst_c.getBlue() - (255 - color.getBlue()))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment