Making a Sprite glow?
Monkey Forums/Monkey Programming/Making a Sprite glow?| 
 | ||
| Hi! With Photoshop I can do this by adding an outer glow. Is there a method though using code to make a sprite glow? Reasons for me asking is I'm assuming if it is a coded glow then it can be more dynamic? This is something I would like. Ta! | 
| 
 | ||
| You could generate a glow mask at runtime using ReadPixels. Just generate and cache it when you load the image. | 
| 
 | ||
| An example would be appreciated! Glow Mask? Truthfully I don't know how to begin implementing your suggestion. | 
| 
 | ||
| Amon, check out Charlie's code: http://www.monkeycoder.co.nz/Community/posts.php?topic=115 |