Ultimate hipster triangle code

for(int j=0; j<9; j++){ noStroke(); for(int i=0;i<9-j;i++){ fill(red, green, blue); triangle(0+15*i+j*30, 0+25*i, 30+15*i + 30*j, 0 + 25*i, 15 +15*i + 30*j, 25+25*i); } }

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.