<?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: RGB to Hexadecimal to HSV conversion in AS3</title>
	<atom:link href="http://blog.mindfock.com/rgb-to-hexadecimal-to-hsv-conversion-in-as3/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mindfock.com/rgb-to-hexadecimal-to-hsv-conversion-in-as3/</link>
	<description>Flash and ActionScript for the masses. With a little Python thrown in.</description>
	<lastBuildDate>Fri, 30 Apr 2010 11:02:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: David</title>
		<link>http://blog.mindfock.com/rgb-to-hexadecimal-to-hsv-conversion-in-as3/comment-page-1/#comment-3463</link>
		<dc:creator>David</dc:creator>
		<pubDate>Fri, 09 Apr 2010 19:22:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mindfock.com/?p=65#comment-3463</guid>
		<description>Here&#039;s an online tool that do the same exact thing, to &lt;a href=&quot;http://www.stringfunction.com/hex-to-rgb.html&quot; rel=&quot;nofollow&quot;&gt;convert hex to rgb&lt;/a&gt;
Enjoy!
David</description>
		<content:encoded><![CDATA[<p>Here&#8217;s an online tool that do the same exact thing, to <a href="http://www.stringfunction.com/hex-to-rgb.html" rel="nofollow">convert hex to rgb</a><br />
Enjoy!<br />
David</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John del Rosario</title>
		<link>http://blog.mindfock.com/rgb-to-hexadecimal-to-hsv-conversion-in-as3/comment-page-1/#comment-3143</link>
		<dc:creator>John del Rosario</dc:creator>
		<pubDate>Tue, 09 Feb 2010 15:12:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mindfock.com/?p=65#comment-3143</guid>
		<description>Cool. Thanks for the tip!</description>
		<content:encoded><![CDATA[<p>Cool. Thanks for the tip!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Benjaminsen</title>
		<link>http://blog.mindfock.com/rgb-to-hexadecimal-to-hsv-conversion-in-as3/comment-page-1/#comment-3142</link>
		<dc:creator>Chris Benjaminsen</dc:creator>
		<pubDate>Tue, 09 Feb 2010 15:05:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mindfock.com/?p=65#comment-3142</guid>
		<description>FYI the proper way to to implement HexToDeci would be

private function HexToDeci(hex:String):uint{
return parseInt(hex, 16)
}</description>
		<content:encoded><![CDATA[<p>FYI the proper way to to implement HexToDeci would be</p>
<p>private function HexToDeci(hex:String):uint{<br />
return parseInt(hex, 16)<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Working with colour in flash &#171; Stereotypicalgeek.com</title>
		<link>http://blog.mindfock.com/rgb-to-hexadecimal-to-hsv-conversion-in-as3/comment-page-1/#comment-1046</link>
		<dc:creator>Working with colour in flash &#171; Stereotypicalgeek.com</dc:creator>
		<pubDate>Sun, 30 Aug 2009 19:53:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mindfock.com/?p=65#comment-1046</guid>
		<description>[...] RGB to Hexadecimal to HSV conversion in AS3 http://blog.mindfock.com/rgb-to-hexadecimal-to-hsv-conve... [...]</description>
		<content:encoded><![CDATA[<p>[...] RGB to Hexadecimal to HSV conversion in AS3 <a href="http://blog.mindfock.com/rgb-to-hexadecimal-to-hsv-conve.." rel="nofollow">http://blog.mindfock.com/rgb-to-hexadecimal-to-hsv-conve..</a>. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
