0

i want to make an Android app and draw on canvas with a glow effects for the circles, squares etc that i draw on it. Much like the application Art of Glow.

Art of glow http://iphonecake.com/appcake/appimg/380120815-0.jpg

This is what i have achieved by now and it doesn't seem to have the amount of glow i target i have used BlurMaskFilter() for this.

Mine

I tried using setShadow() and setShader() but the Glow effect isn't strong enough. If you can help me with this it'd be a great favor and might help other users as well...

regards Saad.

Community
  • 1
  • 1

1 Answers1

-2

You could consider creating the image objects you wish to use in your app in PhotoShop or GIMP with a glowing effect and export them as portable network graphics.

I hope this helps.

Luke Taylor
  • 9,481
  • 13
  • 41
  • 73