Tuesday, 12 April 2011

AS3: Add blend mode for nice 'burn away' effect

Using 3rd party filters is expensive for size and CPU cycles.

To create a burn effect use a white solid over the target image, use the 'ADD' blend mode, and reduce opacity to create the effect.

NOTE: blend modes are expensive on CPU also, use sparingly!



(32kb)

source

No comments:

Post a Comment