<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Example 16-12: Simple Background Removal</title>
	<atom:link href="http://www.learningprocessing.com/examples/chapter-16/example-16-12/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.learningprocessing.com</link>
	<description>A Beginner's Guide to Programming Images, Animation, and Interaction by Daniel Shiffman</description>
	<lastBuildDate>Sun, 14 Mar 2010 17:16:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Pandean</title>
		<link>http://www.learningprocessing.com/examples/chapter-16/example-16-12/comment-page-1/#comment-9878</link>
		<dc:creator>Pandean</dc:creator>
		<pubDate>Thu, 11 Mar 2010 19:16:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningprocessing.com/?page_id=635#comment-9878</guid>
		<description>Hi Daniel

I tried to use ARGB before.. It didn&#039;t work, so I tried to use noFill(); magically, it worked. 

Thank you
P</description>
		<content:encoded><![CDATA[<p>Hi Daniel</p>
<p>I tried to use ARGB before.. It didn&#8217;t work, so I tried to use noFill(); magically, it worked. </p>
<p>Thank you<br />
P</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Shiffman</title>
		<link>http://www.learningprocessing.com/examples/chapter-16/example-16-12/comment-page-1/#comment-9877</link>
		<dc:creator>Daniel Shiffman</dc:creator>
		<pubDate>Thu, 11 Mar 2010 18:55:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningprocessing.com/?page_id=635#comment-9877</guid>
		<description>If you want to create the &quot;illusion&quot; of the background disappearing, you can simply replace the green pixels with whatever you want to see &quot;behind&quot; the image.   You could also consider writing the pixel data to another PImage object (rather than the display window itself), in which case you could have an ARGB image and set alpha values.</description>
		<content:encoded><![CDATA[<p>If you want to create the &#8220;illusion&#8221; of the background disappearing, you can simply replace the green pixels with whatever you want to see &#8220;behind&#8221; the image.   You could also consider writing the pixel data to another PImage object (rather than the display window itself), in which case you could have an ARGB image and set alpha values.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pandean</title>
		<link>http://www.learningprocessing.com/examples/chapter-16/example-16-12/comment-page-1/#comment-9874</link>
		<dc:creator>Pandean</dc:creator>
		<pubDate>Thu, 11 Mar 2010 17:33:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningprocessing.com/?page_id=635#comment-9874</guid>
		<description>Hello

great example, look awesome

I wonder how to make the green background completely disappear. I tried to play with alpha attribute a couple of times, but no luck yet. 

looking forward to hear with you

Thanks
P</description>
		<content:encoded><![CDATA[<p>Hello</p>
<p>great example, look awesome</p>
<p>I wonder how to make the green background completely disappear. I tried to play with alpha attribute a couple of times, but no luck yet. </p>
<p>looking forward to hear with you</p>
<p>Thanks<br />
P</p>
]]></content:encoded>
	</item>
</channel>
</rss>
