<?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: Masking Transparent Bitmaps</title>
	<atom:link href="http://blog.soulwire.co.uk/code/actionscript-3/gradient-alpha-masks-on-transparent-bitmaps/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.soulwire.co.uk/code/actionscript-3/gradient-alpha-masks-on-transparent-bitmaps</link>
	<description>Art + Technology</description>
	<lastBuildDate>Fri, 30 Jul 2010 15:41:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Winford Mathews</title>
		<link>http://blog.soulwire.co.uk/code/actionscript-3/gradient-alpha-masks-on-transparent-bitmaps/comment-page-1#comment-7968</link>
		<dc:creator>Winford Mathews</dc:creator>
		<pubDate>Fri, 05 Feb 2010 13:54:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.soulwire.co.uk/?p=233#comment-7968</guid>
		<description>Hello. greatjob. I did not expect this blogs on a sat.</description>
		<content:encoded><![CDATA[<p>Hello. greatjob. I did not expect this blogs on a sat.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ahmad Bagadood</title>
		<link>http://blog.soulwire.co.uk/code/actionscript-3/gradient-alpha-masks-on-transparent-bitmaps/comment-page-1#comment-800</link>
		<dc:creator>Ahmad Bagadood</dc:creator>
		<pubDate>Sun, 05 Jul 2009 10:15:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.soulwire.co.uk/?p=233#comment-800</guid>
		<description>I was able to do the text mask but when publish to a page internet explorer still shows the mask layer as a layer not a mask! any help is appreciated.</description>
		<content:encoded><![CDATA[<p>I was able to do the text mask but when publish to a page internet explorer still shows the mask layer as a layer not a mask! any help is appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ahmad Bagadood</title>
		<link>http://blog.soulwire.co.uk/code/actionscript-3/gradient-alpha-masks-on-transparent-bitmaps/comment-page-1#comment-799</link>
		<dc:creator>Ahmad Bagadood</dc:creator>
		<pubDate>Sun, 05 Jul 2009 09:11:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.soulwire.co.uk/?p=233#comment-799</guid>
		<description>How about masking text &quot;graneintly&quot;?</description>
		<content:encoded><![CDATA[<p>How about masking text &#8220;graneintly&#8221;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oscar H</title>
		<link>http://blog.soulwire.co.uk/code/actionscript-3/gradient-alpha-masks-on-transparent-bitmaps/comment-page-1#comment-798</link>
		<dc:creator>Oscar H</dc:creator>
		<pubDate>Fri, 12 Jun 2009 16:25:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.soulwire.co.uk/?p=233#comment-798</guid>
		<description>running debug player on firefox and I&#039;m getting this error.

ArgumentError: Error #2015: Invalid BitmapData.
	at flash.display::BitmapData()
	at Main()

I thought you should know..</description>
		<content:encoded><![CDATA[<p>running debug player on firefox and I&#8217;m getting this error.</p>
<p>ArgumentError: Error #2015: Invalid BitmapData.<br />
	at flash.display::BitmapData()<br />
	at Main()</p>
<p>I thought you should know..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oscar H</title>
		<link>http://blog.soulwire.co.uk/code/actionscript-3/gradient-alpha-masks-on-transparent-bitmaps/comment-page-1#comment-797</link>
		<dc:creator>Oscar H</dc:creator>
		<pubDate>Fri, 12 Jun 2009 16:23:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.soulwire.co.uk/?p=233#comment-797</guid>
		<description>awesome! great help. good techniques..</description>
		<content:encoded><![CDATA[<p>awesome! great help. good techniques..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Soulwire</title>
		<link>http://blog.soulwire.co.uk/code/actionscript-3/gradient-alpha-masks-on-transparent-bitmaps/comment-page-1#comment-796</link>
		<dc:creator>Soulwire</dc:creator>
		<pubDate>Fri, 09 Jan 2009 19:00:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.soulwire.co.uk/?p=233#comment-796</guid>
		<description>Cheers Rob! The whole bitmap cached bitmap thing makes much more sense now. Thanks for the note :)</description>
		<content:encoded><![CDATA[<p>Cheers Rob! The whole bitmap cached bitmap thing makes much more sense now. Thanks for the note :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://blog.soulwire.co.uk/code/actionscript-3/gradient-alpha-masks-on-transparent-bitmaps/comment-page-1#comment-795</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Fri, 09 Jan 2009 18:36:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.soulwire.co.uk/?p=233#comment-795</guid>
		<description>Bitmaps are rendered as bitmap-filled shapes so that they can be anti-aliased onto sub-pixels - turning on caching snaps them to exact pixels.

Anyhow - very cool technique, thanks for posting!</description>
		<content:encoded><![CDATA[<p>Bitmaps are rendered as bitmap-filled shapes so that they can be anti-aliased onto sub-pixels &#8211; turning on caching snaps them to exact pixels.</p>
<p>Anyhow &#8211; very cool technique, thanks for posting!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TroyWorks</title>
		<link>http://blog.soulwire.co.uk/code/actionscript-3/gradient-alpha-masks-on-transparent-bitmaps/comment-page-1#comment-794</link>
		<dc:creator>TroyWorks</dc:creator>
		<pubDate>Fri, 26 Dec 2008 06:54:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.soulwire.co.uk/?p=233#comment-794</guid>
		<description>How funny, I ran into something similar last week.  What I did was probably more hacky,

Since I wasn&#039;t looking for a gradient mask, I drew the vector mask into the green channel of a temporary bitmap and the alpha of the real bitmap into the blue channel, into the other then thresholded to get the areas that overlapped blue and green, then copied that into the alphachannel of the end bitmap.</description>
		<content:encoded><![CDATA[<p>How funny, I ran into something similar last week.  What I did was probably more hacky,</p>
<p>Since I wasn&#8217;t looking for a gradient mask, I drew the vector mask into the green channel of a temporary bitmap and the alpha of the real bitmap into the blue channel, into the other then thresholded to get the areas that overlapped blue and green, then copied that into the alphachannel of the end bitmap.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Soulwire</title>
		<link>http://blog.soulwire.co.uk/code/actionscript-3/gradient-alpha-masks-on-transparent-bitmaps/comment-page-1#comment-793</link>
		<dc:creator>Soulwire</dc:creator>
		<pubDate>Fri, 12 Dec 2008 16:30:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.soulwire.co.uk/?p=233#comment-793</guid>
		<description>&lt;em&gt;&quot;Unfortunately that’s not the only strange thing in as…&quot;&lt;/em&gt;



Haha; Amen to that mate! ;)</description>
		<content:encoded><![CDATA[<p><em>&#8220;Unfortunately that’s not the only strange thing in as…&#8221;</em></p>
<p>Haha; Amen to that mate! ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tf</title>
		<link>http://blog.soulwire.co.uk/code/actionscript-3/gradient-alpha-masks-on-transparent-bitmaps/comment-page-1#comment-792</link>
		<dc:creator>tf</dc:creator>
		<pubDate>Fri, 12 Dec 2008 16:17:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.soulwire.co.uk/?p=233#comment-792</guid>
		<description>you&#039;re welcome :)

You&#039;re right, each approach has it&#039;s own pros and cons.
It&#039;s also true that having a Bitmap object that can be not cachedAsBitmap sounds really strange o_0
Unfortunately that&#039;s not the only strange thing in as...

anyway, thanks a lot for sharing your experience</description>
		<content:encoded><![CDATA[<p>you&#8217;re welcome :)</p>
<p>You&#8217;re right, each approach has it&#8217;s own pros and cons.<br />
It&#8217;s also true that having a Bitmap object that can be not cachedAsBitmap sounds really strange o_0<br />
Unfortunately that&#8217;s not the only strange thing in as&#8230;</p>
<p>anyway, thanks a lot for sharing your experience</p>
]]></content:encoded>
	</item>
</channel>
</rss>
