noStroke() Color Setting Web & Application noStroke_.gif noStroke(); rect(30, 20, 55, 55); Disables drawing the stroke (outline). If both noStroke() and noFill() are called, nothing will be drawn to the screen. noStroke() None stroke() 1.0 Function Core