<?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>ATF&#039;s Blog &#187; RGB color channel/seprate and combine</title>
	<atom:link href="http://blog.activetofocus.com/tag/rgb-color-channelseprate-and-combine/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.activetofocus.com</link>
	<description>Blog.ActiveToFocus.com  ATF is Flash/Flex professional and technical services team</description>
	<lastBuildDate>Sun, 22 Aug 2010 07:42:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>RGB color channel/seprate and combine</title>
		<link>http://blog.activetofocus.com/2009/10/18/rgb-color-channelseprate-and-combine/</link>
		<comments>http://blog.activetofocus.com/2009/10/18/rgb-color-channelseprate-and-combine/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 11:23:07 +0000</pubDate>
		<dc:creator>activetofocus</dc:creator>
				<category><![CDATA[Flash Technology]]></category>
		<category><![CDATA[RGB color channel/seprate and combine]]></category>

		<guid isPermaLink="false">http://blog.activetofocus.com/?p=4</guid>
		<description><![CDATA[To seprate the color channels:

R = 0xFC3343  &#62;&#62;  16


G = (0xFC3343 &#62;&#62; 8 )  &#38;  0xFF


B = 0xFC3343  &#38;  0xFF

To combine them:

 RGB =  (0xFC &#60;&#60;  16) + (0&#215;33  &#60;&#60;  8 )  + 0&#215;43

]]></description>
		<wfw:commentRss>http://blog.activetofocus.com/2009/10/18/rgb-color-channelseprate-and-combine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
