Monday, April 02, 2012

Symetrical patterns V2: Colours!

// A peice of art by SubtleMonster. 
//Follow him on twitter now! @SubtleMonster
// I have just added colours and transparency 
//to my original sketch Symetrical patterns. 
//Hope you enjoy!


void setup() { 
  size(400,500); 
  background(200,99,90);
  smooth();

  
void draw() { 
  fill(10,mouseX, mouseY, mouseX);
  ellipse(10,frameCount,mouseX,mouseY);
  ellipse(210,frameCount,mouseX,mouseY);
  ellipse(400,frameCount,mouseX,mouseY);
  


}

info info

submitted by: reubenwilliamson
views: 87
I just added colours and transparency to my original sketch Symetrical patterns. To view the original version of this, click here http://www.sketchpatch.net/view/HBcpLMzeIHk

treeThis sketch has a parent
Tags: pattern, circle, oval

comments comment

loading loading...

 

Add a comment: