GeekArticles
XML
Action ScriptFlash Hack A Custom Color Transform Class
Author: devarticles.com |
Published: 10th Aug 2005 |
Visited: 599 times |
Add CommentFiled in: Action Script( Page 1 of 5 ) See how to implement a custom color transform class in ActionScript 2.0 using object-oriented programming (OOP) instead of using a procedural timeline-based code. (From the book, Flash Hacks , by Sham Bhangal, O'Reilly Media, 2004, ISBN: 0596006454.) HACK 10: A Custom Color Transform Class Create a custom class to perform color transformations. We saw in the preceding two hacks that there are several common color transformations [Hack #8] you may want to perform on a...n
Read Article Sponsored Links
Related Articles
• Swing Extreme Testing - The ShowerThread Class The ShowerThread Class
Since SaveAsDialog.show() blocks, we cannot call this from our main thread; instead we spawn a new thread. This thread could just be an anonymous inner class in the init()metho ...
• Alternate DBGrid Row Color in Delphi's DBGrid ::
You've seen this surely on web pages. Alternating table row colors means displaying the first record in one color and the second record in another colo ...