This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
float circleX=0; | |
float circleY=0; | |
float circleW=50; | |
float circleH=100; | |
float circleStroke=255; | |
float circleFill=0; | |
float backgroundColor=255; | |
float change=0.5; | |
void setup() { |
NewerOlder