Today’s quiz is not multiple choice. Instead, use your choice of the Graphics class or BitmapData to write a function that generates the below image:
Your function need not take any arguments, it need only return a display object containing the above image.
Feel free to post your solution in the comments.
[EDIT] Solutions:
The solutions that have been posted in the comments so far are REALLY nice - they’re all worth checking out… and I think everyone posted their code to wonderfl so you can see the result without needing to open flash….
My two solutions:
The first solution is a variation on an example from the book I wrote with Rich Shupe: First Solution
The next solution is actually in an old post from this site - it uses setPixel and HSV - RGB conversion: Second Solution
Thanks to everyone who posted solutions so far - I’m surprised again by how many people participate in this format of quiz.