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.
IndexSuggestions & BugsWebsite,  Documentation,  Book Bugs › Minor issue with filter() reference documentation
Page Index Toggle Pages: 1
Minor issue with filter() reference documentation (Read 1418 times)
Minor issue with filter() reference documentation
May 20th, 2009, 4:56pm
 
In the "Description" section of the filter() reference documentation (http://processing.org/reference/filter_.html), the last three options' (OPAQUE,ERODE,DILATE) descriptions appear in a single paragraph as follows:

"OPAQUE - sets the alpha channel to entirely opaque. ERODE - reduces the light areas with the amount defined by the level parameter. DILATE - increases the light areas with the amount defined by the level parameter"

Not a big issue but to be consistent with the presentation given to the other options (THRESHOLD, GRAY, INVERT, POSTERIZE, BLUR), it would probably be better to give each of OPAQUE,ERODE and DILATE their own stand-alone appearance as it would make it easier to read the description of ERODE and DILATE.
Re: Minor issue with filter() reference documentation
Reply #1 - Oct 18th, 2009, 10:02am
 
Thank you for noting this. It will be fixed in the next release.
Page Index Toggle Pages: 1