<?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>IxD Consultant &#187; Hexadecimal</title>
	<atom:link href="http://ixd-consultant.com/blog/tag/hexadecimal/feed/" rel="self" type="application/rss+xml" />
	<link>http://ixd-consultant.com/blog</link>
	<description>IA, UX, AS, Thoughts</description>
	<lastBuildDate>Sat, 21 Jan 2012 14:20:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>RGB to Hexadecimal in ActionScript</title>
		<link>http://ixd-consultant.com/blog/2008/09/18/rgb-to-hexadecimal-in-actionscript/</link>
		<comments>http://ixd-consultant.com/blog/2008/09/18/rgb-to-hexadecimal-in-actionscript/#comments</comments>
		<pubDate>Wed, 17 Sep 2008 23:31:34 +0000</pubDate>
		<dc:creator>xVisage</dc:creator>
				<category><![CDATA[2008]]></category>
		<category><![CDATA[September]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Hexadecimal]]></category>
		<category><![CDATA[RGB]]></category>

		<guid isPermaLink="false">http://interactive-developer.com/blog/?p=74</guid>
		<description><![CDATA[The following method simply converts a given RGB value to hexadecimal format.. i.e. 0 > #000000 public function getProperColor&#40;input:int&#41;:String &#123; var color:String = &#34;#&#34;; var checker:Number = 0; if &#40;input.toString&#40;16&#41;.length&#60;6&#41; &#123; while &#40;checker&#60;6-input.toString&#40;16&#41;.length&#41; &#123; color += &#34;0&#34;; checker++; &#125; &#125; color += input.toString&#40;16&#41;; return color; &#125;]]></description>
		<wfw:commentRss>http://ixd-consultant.com/blog/2008/09/18/rgb-to-hexadecimal-in-actionscript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

