void colorScreen() { // second monitor fill(20,20,20);//(stimulusColor*0.7, stimulusColor*0.55,0); noStroke(); rectMode(CORNER); rect(displayWidth,0,displayWidth*4,displayHeight-10); }