import prohtml.*;
HtmlTree htmlTree;
int numbOfColors,stripeWidth;
void setup(){
//enter your url here
htmlTree = new HtmlTree("http://www.yoururl.com");
numbOfColors = htmlTree.getNumbOfColors();
stripeWidth = width/numbOfColors;
}
void draw(){
if(!(numbOfColors < 1)){
int stripeWidth = width/numbOfColors;
for (int i = 0;i