All the pictures of the world inside 2500 pixels

I’ve wrote some ActionScript to give a random color in all the pixels of a 50x50 stage.

What I want to do is to create all the possible combinations of them. I know it’s a terribly large number… (number of colors i use)^2500

I’d like to hear some suggestions / ideas on how to exclude some of them…
e.g.

  • All the stage, or a large amount let’s say over 50% of it being the same color.
    or
  • Color combinations that look like snow / confetti.

SWF FILE

If you need to look at the AS tell me and I’ll post the fla or the AS itself