We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpSyntax Questions › check g.noStroke()
Page Index Toggle Pages: 1
check g.noStroke() (Read 600 times)
check g.noStroke()
Dec 13th, 2006, 9:42am
 
Is there a way to check if noStroke or noFill is set for an PGraphics object?
Re: check g.noStroke()
Reply #1 - Dec 13th, 2006, 9:48am
 
Figured out by myself. There are to booleans PGraphics.stroke and PGraphics.fill which return false if noStroke/noFill is set.
Page Index Toggle Pages: 1