<?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=GMU%3AProcessing_im_Park%2FEmilio_Aguas%2FCode_Brushes</id>
	<title>GMU:Processing im Park/Emilio Aguas/Code Brushes - 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=GMU%3AProcessing_im_Park%2FEmilio_Aguas%2FCode_Brushes"/>
	<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Processing_im_Park/Emilio_Aguas/Code_Brushes&amp;action=history"/>
	<updated>2026-04-14T05:02:56Z</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=GMU:Processing_im_Park/Emilio_Aguas/Code_Brushes&amp;diff=77185&amp;oldid=prev</id>
		<title>EmilioAguas: Created page with &quot;====--- Processing3.0 Code--- ====  &lt;source lang=&quot;java&quot;&gt;  PImage myBrush, myMask; int centerX=65; int centerY=80;  void setup() {   size (600, 600);   background (255);   myBrush...&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=GMU:Processing_im_Park/Emilio_Aguas/Code_Brushes&amp;diff=77185&amp;oldid=prev"/>
		<updated>2015-12-27T15:52:02Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;====--- Processing3.0 Code--- ====  &amp;lt;source lang=&amp;quot;java&amp;quot;&amp;gt;  PImage myBrush, myMask; int centerX=65; int centerY=80;  void setup() {   size (600, 600);   background (255);   myBrush...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;====--- Processing3.0 Code--- ====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;java&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
PImage myBrush, myMask;&lt;br /&gt;
int centerX=65;&lt;br /&gt;
int centerY=80;&lt;br /&gt;
&lt;br /&gt;
void setup() {&lt;br /&gt;
  size (600, 600);&lt;br /&gt;
  background (255);&lt;br /&gt;
  myBrush= loadImage(&amp;quot;IMG_0038.JPG&amp;quot;);&lt;br /&gt;
  myMask= loadImage(&amp;quot;IMG_0038_alpha.jpg&amp;quot;);&lt;br /&gt;
  myBrush.mask(myMask);&lt;br /&gt;
  frameCount=20;&lt;br /&gt;
  //noCursor();&lt;br /&gt;
  smooth();&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
void draw () {&lt;br /&gt;
  if (mousePressed == true) {&lt;br /&gt;
    tint(200);&lt;br /&gt;
    pushMatrix();&lt;br /&gt;
    translate(PI/2,PI/4);&lt;br /&gt;
    rotate (random(frameCount++));&lt;br /&gt;
    image(myBrush, mouseX -centerX, (mouseY -centerY)*-1, width/8, height/8);&lt;br /&gt;
    popMatrix();&lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>EmilioAguas</name></author>
	</entry>
</feed>