<?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: Simple Hex Color Changer w/ ColorTransform</title>
	<atom:link href="http://www.taterboy.com/blog/2008/08/simple-hex-color-changer-w-colortransform/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.taterboy.com/blog/2008/08/simple-hex-color-changer-w-colortransform/</link>
	<description>FLASH :: FLEX :: AIR :: ILLUSTRATION :: ANIMATION :: WEB DEVELOPMENT</description>
	<pubDate>Thu, 09 Sep 2010 19:30:33 +0000</pubDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: godstroke</title>
		<link>http://www.taterboy.com/blog/2008/08/simple-hex-color-changer-w-colortransform/comment-page-1/#comment-215</link>
		<dc:creator>godstroke</dc:creator>
		<pubDate>Fri, 20 Feb 2009 21:51:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.taterboy.com/blog/?p=20#comment-215</guid>
		<description>been useful, thanks.</description>
		<content:encoded><![CDATA[<p>been useful, thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: taterboy</title>
		<link>http://www.taterboy.com/blog/2008/08/simple-hex-color-changer-w-colortransform/comment-page-1/#comment-204</link>
		<dc:creator>taterboy</dc:creator>
		<pubDate>Wed, 17 Dec 2008 03:19:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.taterboy.com/blog/?p=20#comment-204</guid>
		<description>The hex is stored as a string 
var hexStr:String = "003399";

When I use it with the paint method I convert it to a number like so.
var newColor:Number = Number("0x" + hexStr); //0x003399</description>
		<content:encoded><![CDATA[<p>The hex is stored as a string<br />
var hexStr:String = &#8220;003399&#8243;;</p>
<p>When I use it with the paint method I convert it to a number like so.<br />
var newColor:Number = Number(&#8221;0x&#8221; + hexStr); //0&#215;003399</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: April</title>
		<link>http://www.taterboy.com/blog/2008/08/simple-hex-color-changer-w-colortransform/comment-page-1/#comment-203</link>
		<dc:creator>April</dc:creator>
		<pubDate>Wed, 17 Dec 2008 02:58:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.taterboy.com/blog/?p=20#comment-203</guid>
		<description>How are you converting the hex with letters to a number?</description>
		<content:encoded><![CDATA[<p>How are you converting the hex with letters to a number?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
