<?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: BitmapData Alpha Performance</title>
	<atom:link href="http://jacksondunstan.com/articles/493/feed" rel="self" type="application/rss+xml" />
	<link>http://jacksondunstan.com/articles/493</link>
	<description>Mastering AS3</description>
	<lastBuildDate>Mon, 14 May 2012 17:02:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: jackson</title>
		<link>http://jacksondunstan.com/articles/493/comment-page-1#comment-830</link>
		<dc:creator>jackson</dc:creator>
		<pubDate>Wed, 15 Sep 2010 21:21:45 +0000</pubDate>
		<guid isPermaLink="false">http://jacksondunstan.com/?p=493#comment-830</guid>
		<description>Good point. It&#039;s interesting that &lt;code&gt;setPixels&lt;/code&gt; doesn&#039;t run much faster without alpha as premultiplication applies to it as well.</description>
		<content:encoded><![CDATA[<p>Good point. It&#8217;s interesting that <code>setPixels</code> doesn&#8217;t run much faster without alpha as premultiplication applies to it as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henke37</title>
		<link>http://jacksondunstan.com/articles/493/comment-page-1#comment-825</link>
		<dc:creator>Henke37</dc:creator>
		<pubDate>Wed, 15 Sep 2010 17:14:06 +0000</pubDate>
		<guid isPermaLink="false">http://jacksondunstan.com/?p=493#comment-825</guid>
		<description>The setVector alpha difference can be explained by the received vector having normal values, but the internal stored values are premultiplied. So the data has to be premultiplied when setting it.

But premultiplied values only exist when there is an alpha channel. So no alpha channel means there is no conversion.</description>
		<content:encoded><![CDATA[<p>The setVector alpha difference can be explained by the received vector having normal values, but the internal stored values are premultiplied. So the data has to be premultiplied when setting it.</p>
<p>But premultiplied values only exist when there is an alpha channel. So no alpha channel means there is no conversion.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://jacksondunstan.com/articles/493/comment-page-1#comment-465</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Wed, 23 Dec 2009 22:45:06 +0000</pubDate>
		<guid isPermaLink="false">http://jacksondunstan.com/?p=493#comment-465</guid>
		<description>Thanks! Very helpful. Didn&#039;t know that there are such big differences when setting the alpha value to true.</description>
		<content:encoded><![CDATA[<p>Thanks! Very helpful. Didn&#8217;t know that there are such big differences when setting the alpha value to true.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramon Fritsch</title>
		<link>http://jacksondunstan.com/articles/493/comment-page-1#comment-407</link>
		<dc:creator>Ramon Fritsch</dc:creator>
		<pubDate>Wed, 25 Nov 2009 11:19:07 +0000</pubDate>
		<guid isPermaLink="false">http://jacksondunstan.com/?p=493#comment-407</guid>
		<description>Nice testcase. I didn&#039;t knew these big diferences. Thanks</description>
		<content:encoded><![CDATA[<p>Nice testcase. I didn&#8217;t knew these big diferences. Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

