<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: More Properties (Blend Modes and Filters)</title>
	<link>http://www.learningactionscript3.com/2007/11/03/more-properties-blendmodes-filters/</link>
	<description>A digital supplement for the O'Reilly book</description>
	<pubDate>Fri, 30 Jul 2010 13:44:30 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: Rich</title>
		<link>http://www.learningactionscript3.com/2007/11/03/more-properties-blendmodes-filters/#comment-7532</link>
		<dc:creator>Rich</dc:creator>
		<pubDate>Tue, 06 Jul 2010 09:05:49 +0000</pubDate>
		<guid>http://www.learningactionscript3.com/2007/11/03/more-properties-blendmodes-filters/#comment-7532</guid>
		<description>@Ram, using blend modes is the way to go. You just have to use them in a specific way. 

&lt;ul&gt;
* First, load the image.&lt;br /&gt;
* Next, create a container that will hold two display objects: one for the areas that you do want to alter, and one for the areas that you don't want to alter.&lt;br /&gt;
* Apply the &lt;span class="inlineas"&gt;Layer&lt;/span&gt; blend mode to the container.&lt;br /&gt;
* Next create a dupe of the image using the &lt;span class="inlineas"&gt;BitmapData draw()&lt;/span&gt; method and add it to the container.&lt;br /&gt;
* Finally, create an empty movie clip and draw into it (using the drawing API) to create a canvas of the areas that you don't want to treat.&lt;br /&gt;
* Apply the &lt;span class="inlineas"&gt;Erase&lt;/span&gt; blend mode to the canvas and add it to the container.
&lt;/ul&gt;

I'll create a demo and post it later in the week, but I can't do much more until then.</description>
		<content:encoded><![CDATA[<p>@Ram, using blend modes is the way to go. You just have to use them in a specific way. </p>
<ul>
* First, load the image.<br />
* Next, create a container that will hold two display objects: one for the areas that you do want to alter, and one for the areas that you don&#8217;t want to alter.<br />
* Apply the <span class="inlineas">Layer</span> blend mode to the container.<br />
* Next create a dupe of the image using the <span class="inlineas">BitmapData draw()</span> method and add it to the container.<br />
* Finally, create an empty movie clip and draw into it (using the drawing API) to create a canvas of the areas that you don&#8217;t want to treat.<br />
* Apply the <span class="inlineas">Erase</span> blend mode to the canvas and add it to the container.
</ul>
<p>I&#8217;ll create a demo and post it later in the week, but I can&#8217;t do much more until then.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ram</title>
		<link>http://www.learningactionscript3.com/2007/11/03/more-properties-blendmodes-filters/#comment-7529</link>
		<dc:creator>Ram</dc:creator>
		<pubDate>Tue, 06 Jul 2010 06:38:09 +0000</pubDate>
		<guid>http://www.learningactionscript3.com/2007/11/03/more-properties-blendmodes-filters/#comment-7529</guid>
		<description>Hi,

  i have one doubt. In Image, How to Apply the color in face except eye,lips in action script 3.0.using image processing. face,eye,lips points get from XML.i have used BlendMode. but no luck. Do u have any idea about it?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>  i have one doubt. In Image, How to Apply the color in face except eye,lips in action script 3.0.using image processing. face,eye,lips points get from XML.i have used BlendMode. but no luck. Do u have any idea about it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Wright</title>
		<link>http://www.learningactionscript3.com/2007/11/03/more-properties-blendmodes-filters/#comment-319</link>
		<dc:creator>David Wright</dc:creator>
		<pubDate>Tue, 26 Aug 2008 14:25:20 +0000</pubDate>
		<guid>http://www.learningactionscript3.com/2007/11/03/more-properties-blendmodes-filters/#comment-319</guid>
		<description>Hi Rich,
Great tutorial. On a slightly different note, in chapter 9 of your book you show how to encode a jpeg and send this to a php file. I have completed this exercise successfully however I would like to be able to email the encoded jpeg. Do you have any ideas?

Thanks</description>
		<content:encoded><![CDATA[<p>Hi Rich,<br />
Great tutorial. On a slightly different note, in chapter 9 of your book you show how to encode a jpeg and send this to a php file. I have completed this exercise successfully however I would like to be able to email the encoded jpeg. Do you have any ideas?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.learningactionscript3.com/2007/11/03/more-properties-blendmodes-filters/#comment-105</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Mon, 02 Jun 2008 16:41:06 +0000</pubDate>
		<guid>http://www.learningactionscript3.com/2007/11/03/more-properties-blendmodes-filters/#comment-105</guid>
		<description>Thank you Rich
That is awsome!</description>
		<content:encoded><![CDATA[<p>Thank you Rich<br />
That is awsome!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rich</title>
		<link>http://www.learningactionscript3.com/2007/11/03/more-properties-blendmodes-filters/#comment-104</link>
		<dc:creator>Rich</dc:creator>
		<pubDate>Fri, 30 May 2008 17:42:39 +0000</pubDate>
		<guid>http://www.learningactionscript3.com/2007/11/03/more-properties-blendmodes-filters/#comment-104</guid>
		<description>You would have guessed correctly! There's only one additional thing to know, which is that, without any code, a movie clip will loop by default. So, in this case, no code is required to get this desired effect.</description>
		<content:encoded><![CDATA[<p>You would have guessed correctly! There&#8217;s only one additional thing to know, which is that, without any code, a movie clip will loop by default. So, in this case, no code is required to get this desired effect.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.learningactionscript3.com/2007/11/03/more-properties-blendmodes-filters/#comment-103</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Fri, 30 May 2008 17:35:09 +0000</pubDate>
		<guid>http://www.learningactionscript3.com/2007/11/03/more-properties-blendmodes-filters/#comment-103</guid>
		<description>Where is the code located that makes the box with a nunmber in it loop?
(movieClip.box)
I could not locate it
I would have guessed it would be in square clip
Thank you 
Peter</description>
		<content:encoded><![CDATA[<p>Where is the code located that makes the box with a nunmber in it loop?<br />
(movieClip.box)<br />
I could not locate it<br />
I would have guessed it would be in square clip<br />
Thank you<br />
Peter</p>
]]></content:encoded>
	</item>
</channel>
</rss>
