Skip to content

Instantly share code, notes, and snippets.

@shunn
Created June 19, 2019 14:04
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 shunn/75820da4c49c8a776e53e00f847356f9 to your computer and use it in GitHub Desktop.
Save shunn/75820da4c49c8a776e53e00f847356f9 to your computer and use it in GitHub Desktop.
Name Tag Generator Part 7
# Layer our blurred shadow onto our texture image
$texture->Composite(
image => $shadow,
compose => 'Dissolve',
opacity => $opacity,
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment