float[] anchos; float[] colores; int anchosIndice = 0; int coloresIndice = 0; void setup(){ size(500,500); background(255); colorMode(HSB); anchos = new float[30]; colores = new float[255]; for(int i=0;i