<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?action=history&amp;feed=atom&amp;title=File%3APattern_B.JPG</id>
	<title>File:Pattern B.JPG - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?action=history&amp;feed=atom&amp;title=File%3APattern_B.JPG"/>
	<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Pattern_B.JPG&amp;action=history"/>
	<updated>2026-06-18T20:55:53Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.6</generator>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Pattern_B.JPG&amp;diff=69580&amp;oldid=prev</id>
		<title>Dora: int r, g, b;

void setup()
{
  size(640, 480);
}

void draw()
{ 
  background(255);
  for(int y=0; y&lt;height; y+=30)
  for(int x=0; x&lt;width; x+=30)
  {
    
  r=(int)random(150, 255);
  g=(int)random(0, 255);
  b=(int)random(40, 255);
 
  fill(r, g, b);
  </title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=File:Pattern_B.JPG&amp;diff=69580&amp;oldid=prev"/>
		<updated>2014-11-20T17:08:14Z</updated>

		<summary type="html">&lt;p&gt;int r, g, b;  void setup() {   size(640, 480); }  void draw() {    background(255);   for(int y=0; y&amp;lt;height; y+=30)   for(int x=0; x&amp;lt;width; x+=30)   {        r=(int)random(150, 255);   g=(int)random(0, 255);   b=(int)random(40, 255);     fill(r, g, b);   &lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Summary ==&lt;br /&gt;
int r, g, b;&lt;br /&gt;
&lt;br /&gt;
void setup()&lt;br /&gt;
{&lt;br /&gt;
  size(640, 480);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
void draw()&lt;br /&gt;
{ &lt;br /&gt;
  background(255);&lt;br /&gt;
  for(int y=0; y&amp;lt;height; y+=30)&lt;br /&gt;
  for(int x=0; x&amp;lt;width; x+=30)&lt;br /&gt;
  {&lt;br /&gt;
    &lt;br /&gt;
  r=(int)random(150, 255);&lt;br /&gt;
  g=(int)random(0, 255);&lt;br /&gt;
  b=(int)random(40, 255);&lt;br /&gt;
 &lt;br /&gt;
  fill(r, g, b);&lt;br /&gt;
  triangle(x+30,y+10,x+10,y+20,x+40,y+20);&lt;br /&gt;
  &lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
== Copyright status: ==&lt;br /&gt;
&lt;br /&gt;
== Source: ==&lt;/div&gt;</summary>
		<author><name>Dora</name></author>
	</entry>
</feed>