<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>阿平的程序收藏集 &#187; BlendMode</title>
	<atom:link href="http://www.ppzhao.net/index.php/archives/tag/blendmode/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ppzhao.net</link>
	<description>FLASH FLEX AS3 WEB UI ...</description>
	<lastBuildDate>Thu, 08 Apr 2010 08:14:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>as3动态文本的透明问题</title>
		<link>http://www.ppzhao.net/index.php/archives/361</link>
		<comments>http://www.ppzhao.net/index.php/archives/361#comments</comments>
		<pubDate>Mon, 25 Jan 2010 15:17:19 +0000</pubDate>
		<dc:creator>阿平</dc:creator>
				<category><![CDATA[FLASH/FLEX开发]]></category>
		<category><![CDATA[BlendMode]]></category>

		<guid isPermaLink="false">http://www.ppzhao.net/?p=361</guid>
		<description><![CDATA[一直以为要让动态文本有半透明的效果，就一定要把字体嵌入进去。今天忍无可忍，到网上翻了一下。才知道我严重out了。
实际上只要把blendMode属性(也就是混合模式)设为BlendMode.LAYER就可以了，也就是强制为该显示对象创建一个透明度组。
关于blendMode的混合模式，还有一些别的用法。具体可以参照这个类的帮助。
http://help.adobe.com/zh_CN/AS3LCR/Flash_10.0/flash/display/BlendMode.html
]]></description>
			<content:encoded><![CDATA[<p>一直以为要让动态文本有半透明的效果，就一定要把字体嵌入进去。今天忍无可忍，到网上翻了一下。才知道我严重out了。</p>
<p>实际上只要把blendMode属性(也就是混合模式)设为BlendMode.LAYER就可以了，也就是强制为该显示对象创建一个透明度组。</p>
<p>关于blendMode的混合模式，还有一些别的用法。具体可以参照这个类的帮助。</p>
<p><a href="http://help.adobe.com/zh_CN/AS3LCR/Flash_10.0/flash/display/BlendMode.html">http://help.adobe.com/zh_CN/AS3LCR/Flash_10.0/flash/display/BlendMode.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ppzhao.net/index.php/archives/361/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
