Posts Tagged MinimalComps

Compute Sound Spectrum

The sound spectrum is one of those things you can play with for hours, I’m sure many of you feel the same way. I just wish there were more projects to use this with. To date, I’ve only used the sound spectrum visualization in ONE project… hehehe. After writing this simple to use SoundSpectrum class [...]

Posted 7 August 2010 by
Tagged As: , , , , , , , , | Categories: AS3, Snippet | 11 Comments

ColourFilter for DisplayObjects

Changing the Hue, Contrast, Saturation and Brightness on a DisplayObjects at runtime is no easy task, well in the case of this: mySprite.saturation = -1 being easy. Lets jump right in, have a look at this: This will make your sprite grayscale, now isn’t that a step forward. The ColourFilter can adjust: alpha – This [...]

Posted 2 August 2010 by
Tagged As: , , , , | Categories: AS3, Snippet | 6 Comments