Code for Javascript Colortable Automatic ART Machine - 20x20 Pixel Squares - Hue Calculated by Algorithm. gvan42


<script type = "text/javascript"> 
//this is the javascript code for generating colortables
// reload page for a different pattern
// copy and paste all code into notepad...
// save the file. With a name.html (ending with dot html)
// change dropdown box from text to all files... save it.
// open file with a browser to see table displayed
// open file with notepad to modify code
// PrtScn and paste into Photoshop
var rc=1; 
//red color from 0 to 255
var rcf=Math.floor( Math.random() *11 ); 
//red color factor- how fast red changes
var gc=1; 
var gcf=Math.floor( Math.random() *13 ); 
var bc=1; 
var bcf=Math.floor( Math.random() *15 ); 
var rud=-.02;
var bud=-.02;
var gud=-.02;
for ( i = 0; i < 46; i++ ) 
rcf=rcf+rud;
if(rcf>11) rud=-.02;
if(rcf<1) rud=.02;
gcf=gcf+gud;
if(gcf>13) gud=-.02;
if(gcf<1) gud=.02;
bcf=bcf+bud;
if(bcf>15) bud=-.02;
if(bcf<1) bud=.02;
document.write("<table cellspacing=0 cellpadding=0 border=0 ><tr>"); 
for (j=0;j<72; j++)
//counters that go up then start again at the bottom
//or count downwards and loop around to the top...
rc=rc+rcf; 
if(rc<0) rc=rc+255;
if(rc>255) rc=rc-255; 
// make sure colors are withing valid range
gc=gc-gcf; 
if(gc<0) gc=gc+255;
if(gc>255) gc=gc-255; 
bc=bc-bcf; 
if(bc<0) bc=bc+255;
if(bc>255) bc=bc-255;
document.write("<td height=20 width=20 style=background-color:rgb("+rc+","+gc+","+bc+")></td>"); 
//make sure the above command is all on one line
//beware of wordwrap bugs
document.write("</tr></table> "); 
</script>

Popular Posts

Top Eleven Posts! Links to My Best at gvan42 Blog

*The Violet Overgrow - An Eco-Warrior's Journey by Gregory Vanderlaan - FICTION
*Trump Confesses to Adultery! "Hey, Moses Was JUST JOKING When He Wrote those Ten Commandments...
*Generate Electricity and Clean Drinking Water AT THE SAME TIME. A Solar Powered Desalinization Plant Would Convert Seawater into Energy, Pure H2O and NaCl.
*Free Coloring Book Art by gvan42 - UFO and Alien Hieroglyphics
*Tree Sitters Protest Lignite Coal Mine in Hambach Forest, Germany
*The Passage of Roe v Wade Led to Fewer Unwanted Babies Being Born... and 20 Years Later, Less Violent Crime... Because Unwanted Babies Grow Up to Become Violent Criminals...
*FREE COLORING BOOK: Print The Drawings and Color Using Felt Pens, Pencils or Potatoshop... American Indian
*HEADLINE: Deadline for "Real ID" for Air Travel Postponed AGAIN Until May 7, 2025... WONDERFUL!
*My Music Video: FREE ALL THE CANNABIS PRISONERS - A Mockery of Nancy Ray Gun... Jest Say KNOW 
*Bubble UP! Economics. Raise the Minimum Wage, Social Security and LOWER Taxes on 99% of Americans. Actually Collect Taxes on the Top 1%... We The People Will Spend that Extra Money in Our Paychecks and it will BUBBLE UP! Throughout The Entire Economy...
*How to Escape the Cult of Trump: Deprogramming by Family Members of the MAGA MORON is Essential... If Someone you Know has been Brainwashed... RESCUE THEM!

49er Rose - gvan42
Free Coloring Book Art by gvan42 - UFO and Alien Hieroglyphics