colorboxes.frink

Download or view colorboxes.frink in plain text format


g = new graphics

for x=1 to 10
   for y = 1 to 10
   {
       g.color[randomFloat[0,1],randomFloat[0,1],randomFloat[0,1]]
       g.fillRectSize[x*10, y*10, 10, 10]
   }

g.show[]


Download or view colorboxes.frink in plain text format


This is a program written in the programming language Frink.
For more information, view the Frink Documentation or see More Sample Frink Programs.

Alan Eliasen was born 19966 days, 8 hours, 32 minutes ago.