<?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: Understanding AS3 ColorMatrixFilter class</title>
	<atom:link href="http://www.emanueleferonato.com/2009/04/28/understanding-as3-colormatrixfilter-class/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.emanueleferonato.com/2009/04/28/understanding-as3-colormatrixfilter-class/</link>
	<description>italian geek and PROgrammer</description>
	<lastBuildDate>Fri, 10 Feb 2012 12:12:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Amarjit</title>
		<link>http://www.emanueleferonato.com/2009/04/28/understanding-as3-colormatrixfilter-class/#comment-1030053</link>
		<dc:creator>Amarjit</dc:creator>
		<pubDate>Thu, 12 Jan 2012 12:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=1192#comment-1030053</guid>
		<description>Hello.

Can you apply Colormatrix to to a top level SWF ? so it will affect all chldren images etc...

Or can it only be applied to individual buttons, images objects etc.

Thanks</description>
		<content:encoded><![CDATA[<p>Hello.</p>
<p>Can you apply Colormatrix to to a top level SWF ? so it will affect all chldren images etc&#8230;</p>
<p>Or can it only be applied to individual buttons, images objects etc.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sonicoliver</title>
		<link>http://www.emanueleferonato.com/2009/04/28/understanding-as3-colormatrixfilter-class/#comment-1021567</link>
		<dc:creator>sonicoliver</dc:creator>
		<pubDate>Wed, 14 Dec 2011 01:59:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=1192#comment-1021567</guid>
		<description>I noticed the hue in photoshop is wildly different to the hue in flash... do you know why the colours end up so different? what is the calculation behind the flash implementation of hue?</description>
		<content:encoded><![CDATA[<p>I noticed the hue in photoshop is wildly different to the hue in flash&#8230; do you know why the colours end up so different? what is the calculation behind the flash implementation of hue?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.emanueleferonato.com/2009/04/28/understanding-as3-colormatrixfilter-class/#comment-959669</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 07 Oct 2011 14:35:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=1192#comment-959669</guid>
		<description>[...] sollte doch eigentlich helfen. Hast Du bei google bestimmt auch schon gefunden: Understanding AS3 ColorMatrixFilter class - Emanuele Feronato  Sieht doch ganz nach dem aus, was Du vorhast oder [...]</description>
		<content:encoded><![CDATA[<p>[...] sollte doch eigentlich helfen. Hast Du bei google bestimmt auch schon gefunden: Understanding AS3 ColorMatrixFilter class &#8211; Emanuele Feronato  Sieht doch ganz nach dem aus, was Du vorhast oder [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: YopSolo</title>
		<link>http://www.emanueleferonato.com/2009/04/28/understanding-as3-colormatrixfilter-class/#comment-917092</link>
		<dc:creator>YopSolo</dc:creator>
		<pubDate>Mon, 29 Aug 2011 10:19:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=1192#comment-917092</guid>
		<description>there is a builtin class in fl.motion named AdjustColor

the big advantage is that you can use the same value in the flash IDE and obtain the same result with pure AS3


import fl.motion.AdjustColor;

_color			= new AdjustColor();
_color.hue		= 0;
_color.contrast		= 0;			
_color.brightness	= 22;
_color.saturation	= 67;			
_colorMTX 		= new ColorMatrixFilter( _color.CalculateFinalFlatArray() );


cheers !</description>
		<content:encoded><![CDATA[<p>there is a builtin class in fl.motion named AdjustColor</p>
<p>the big advantage is that you can use the same value in the flash IDE and obtain the same result with pure AS3</p>
<p>import fl.motion.AdjustColor;</p>
<p>_color			= new AdjustColor();<br />
_color.hue		= 0;<br />
_color.contrast		= 0;<br />
_color.brightness	= 22;<br />
_color.saturation	= 67;<br />
_colorMTX 		= new ColorMatrixFilter( _color.CalculateFinalFlatArray() );</p>
<p>cheers !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FFDigitalNet</title>
		<link>http://www.emanueleferonato.com/2009/04/28/understanding-as3-colormatrixfilter-class/#comment-845680</link>
		<dc:creator>FFDigitalNet</dc:creator>
		<pubDate>Fri, 03 Jun 2011 04:11:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=1192#comment-845680</guid>
		<description>Thanx Dude, thats just what I was going for. Not that opaque colorTransform shit.</description>
		<content:encoded><![CDATA[<p>Thanx Dude, thats just what I was going for. Not that opaque colorTransform shit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rahul Desai</title>
		<link>http://www.emanueleferonato.com/2009/04/28/understanding-as3-colormatrixfilter-class/#comment-817641</link>
		<dc:creator>Rahul Desai</dc:creator>
		<pubDate>Thu, 21 Apr 2011 16:33:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=1192#comment-817641</guid>
		<description>This is very helpful. But what I was curious about was COMBINING these effects. Like for example, reducing the hue on a picture with a red tint applied to it. Would one do that by concatenating the two matrices/ arrays used to represent them?</description>
		<content:encoded><![CDATA[<p>This is very helpful. But what I was curious about was COMBINING these effects. Like for example, reducing the hue on a picture with a red tint applied to it. Would one do that by concatenating the two matrices/ arrays used to represent them?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ralph</title>
		<link>http://www.emanueleferonato.com/2009/04/28/understanding-as3-colormatrixfilter-class/#comment-648196</link>
		<dc:creator>Ralph</dc:creator>
		<pubDate>Tue, 28 Sep 2010 19:14:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=1192#comment-648196</guid>
		<description>Great post!  A simple trick I&#039;ve used for great results.  Thanks again!</description>
		<content:encoded><![CDATA[<p>Great post!  A simple trick I&#8217;ve used for great results.  Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: meenakshi</title>
		<link>http://www.emanueleferonato.com/2009/04/28/understanding-as3-colormatrixfilter-class/#comment-611120</link>
		<dc:creator>meenakshi</dc:creator>
		<pubDate>Wed, 28 Jul 2010 13:05:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=1192#comment-611120</guid>
		<description>Great post.very nicely explained.thanks for sharing.</description>
		<content:encoded><![CDATA[<p>Great post.very nicely explained.thanks for sharing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mick</title>
		<link>http://www.emanueleferonato.com/2009/04/28/understanding-as3-colormatrixfilter-class/#comment-551693</link>
		<dc:creator>Mick</dc:creator>
		<pubDate>Wed, 03 Mar 2010 08:26:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=1192#comment-551693</guid>
		<description>10x alot for posting this source code .You saved me alot of time :D !! . Again thankyou</description>
		<content:encoded><![CDATA[<p>10x alot for posting this source code .You saved me alot of time :D !! . Again thankyou</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yair Neumann</title>
		<link>http://www.emanueleferonato.com/2009/04/28/understanding-as3-colormatrixfilter-class/#comment-551077</link>
		<dc:creator>Yair Neumann</dc:creator>
		<pubDate>Mon, 01 Mar 2010 02:37:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=1192#comment-551077</guid>
		<description>I used the code in the first segment to turn a photo into b/w . the only difference is that in my FLA the photo is on the stage and not created by code.

i used the &quot;this&quot; property to call on all the objects that are connected to my class and ran the function deSat wich had all the code in the upper segment.

when I ran the SWF file the pictures disapeared...
Do you have an explanation how this could happen?</description>
		<content:encoded><![CDATA[<p>I used the code in the first segment to turn a photo into b/w . the only difference is that in my FLA the photo is on the stage and not created by code.</p>
<p>i used the &#8220;this&#8221; property to call on all the objects that are connected to my class and ran the function deSat wich had all the code in the upper segment.</p>
<p>when I ran the SWF file the pictures disapeared&#8230;<br />
Do you have an explanation how this could happen?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Database Caching 6/11 queries in 0.079 seconds using disk: basic

Served from: www.emanueleferonato.com @ 2012-02-11 06:29:20 -->
