<?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"
	>
<channel>
	<title>Comments on: HowTo: Create hexidecimal grayscale integers</title>
	<atom:link href="http://richtextformat.co.uk/blog/?feed=rss2&#038;p=65" rel="self" type="application/rss+xml" />
	<link>http://richtextformat.co.uk/blog/?p=65</link>
	<description>: Freelance Flash &#38; Flex Developer</description>
	<pubDate>Thu, 09 Sep 2010 11:47:31 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: rich</title>
		<link>http://richtextformat.co.uk/blog/?p=65#comment-227</link>
		<dc:creator>rich</dc:creator>
		<pubDate>Wed, 25 Feb 2009 09:23:01 +0000</pubDate>
		<guid isPermaLink="false">http://richtextformat.co.uk/blog/?p=65#comment-227</guid>
		<description>Math.random() * 0xFFFFFF will not produce a colour balance where r, g and b are all equal. to ensure this you have to use:

int (0-255) * 65793;</description>
		<content:encoded><![CDATA[<p>Math.random() * 0xFFFFFF will not produce a colour balance where r, g and b are all equal. to ensure this you have to use:</p>
<p>int (0-255) * 65793;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Owen</title>
		<link>http://richtextformat.co.uk/blog/?p=65#comment-68</link>
		<dc:creator>Owen</dc:creator>
		<pubDate>Wed, 19 Nov 2008 15:09:52 +0000</pubDate>
		<guid isPermaLink="false">http://richtextformat.co.uk/blog/?p=65#comment-68</guid>
		<description>although, of course, the code I just posted means you should use a value between 0 and 1</description>
		<content:encoded><![CDATA[<p>although, of course, the code I just posted means you should use a value between 0 and 1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Owen</title>
		<link>http://richtextformat.co.uk/blog/?p=65#comment-67</link>
		<dc:creator>Owen</dc:creator>
		<pubDate>Wed, 19 Nov 2008 15:08:26 +0000</pubDate>
		<guid isPermaLink="false">http://richtextformat.co.uk/blog/?p=65#comment-67</guid>
		<description>you can also use hex numbers as the multiplier :)&lt;br&gt;ie num * 0xFFFFFF</description>
		<content:encoded><![CDATA[<p>you can also use hex numbers as the multiplier :)<br />ie num * 0xFFFFFF</p>
]]></content:encoded>
	</item>
</channel>
</rss>
