<?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"
	>

<channel>
	<title>PiXELWiT &#187; Color</title>
	<atom:link href="http://www.pixelwit.com/blog/tag/color/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pixelwit.com/blog</link>
	<description>Making Flash Go</description>
	<pubDate>Wed, 27 Aug 2008 18:23:50 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>Hexadecimal Color Fading Array</title>
		<link>http://www.pixelwit.com/blog/2008/05/color-fading-array/</link>
		<comments>http://www.pixelwit.com/blog/2008/05/color-fading-array/#comments</comments>
		<pubDate>Wed, 21 May 2008 09:45:55 +0000</pubDate>
		<dc:creator>Pixelwit</dc:creator>
		
		<category><![CDATA[Flash]]></category>

		<category><![CDATA[ActionScript]]></category>

		<category><![CDATA[Code]]></category>

		<category><![CDATA[Color]]></category>

		<category><![CDATA[Draw]]></category>

		<category><![CDATA[SWFs]]></category>

		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.pixelwit.com/blog/?p=273</guid>
		<description><![CDATA[
<object	type="application/x-shockwave-flash"
			data="http://www.pixelwit.com/blog/wp-content/uploads/2008/05/fade-hexes.swf"
			width="500"
			height="400">
	<param name="movie" value="http://www.pixelwit.com/blog/wp-content/uploads/2008/05/fade-hexes.swf" />
</object>
A while ago I wrote a Hexadecimal Color Fading Tutorial explaining how to select a single color at any point on a gradient between two specified colors.  In that tutorial there was a function which efficiently broke each of the 2 specified colors into their Red, Green and Blue components [...]]]></description>
			<content:encoded><![CDATA[
<object	type="application/x-shockwave-flash"
			data="http://www.pixelwit.com/blog/wp-content/uploads/2008/05/fade-hexes.swf"
			width="500"
			height="400">
	<param name="movie" value="http://www.pixelwit.com/blog/wp-content/uploads/2008/05/fade-hexes.swf" />
</object>
<p>A while ago I wrote a <a title="How to Fade Between 2 Colors" href="http://www.pixelwit.com/blog/2007/05/14/hexadecimal-color-fading/">Hexadecimal Color Fading Tutorial</a> explaining how to select a single color at any point on a gradient between two specified colors.  In that tutorial there was a function which efficiently broke each of the 2 specified colors into their Red, Green and Blue components and then calculated a single new color at a specified point between them.</p>
<p>Here's what the code looks like:<a href="http://www.pixelwit.com/blog/2008/05/color-fading-array/#more-273" title="Read more">...</a><p><a href="http://www.pixelwit.com/blog/2008/05/color-fading-array/#more-273" title="''Hexadecimal Color Fading Array'' continues">Continue reading "Hexadecimal Color Fading Array"</a>.</p><hr noshade style="margin:0;height:1px" /><small><p><a title="Comments for ''Hexadecimal Color Fading Array''" href="http://www.pixelwit.com/blog/2008/05/color-fading-array/#commentblock">2 people have commented</a> on <a title="Permalink for ''Hexadecimal Color Fading Array''" href="http://www.pixelwit.com/blog/2008/05/color-fading-array/">Hexadecimal Color Fading Array</a>, &copy;2008 <a title="Visit PiXELWiT" href="http://www.pixelwit.com/blog">PiXELWiT</a>    |  Add to <a title="Bookmark ''Hexadecimal Color Fading Array'' in del.icio.us" href="http://del.icio.us/post?url=http://www.pixelwit.com/blog/2008/05/color-fading-array/&title=Hexadecimal Color Fading Array">del.icio.us</a><br/>Read other articles filed under <a href="http://www.pixelwit.com/blog/category/flash/" title="View all posts in Flash" rel="category tag">Flash</a>.<br/>Read more articles related to <a href="http://www.pixelwit.com/blog/tag/actionscript/" rel="tag">ActionScript</a>, <a href="http://www.pixelwit.com/blog/tag/code/" rel="tag">Code</a>, <a href="http://www.pixelwit.com/blog/tag/color/" rel="tag">Color</a>, <a href="http://www.pixelwit.com/blog/tag/draw/" rel="tag">Draw</a>, <a href="http://www.pixelwit.com/blog/tag/swfs/" rel="tag">SWFs</a>, <a href="http://www.pixelwit.com/blog/tag/tutorial/" rel="tag">Tutorial</a>.</p></small>]]></content:encoded>
			<wfw:commentRss>http://www.pixelwit.com/blog/2008/05/color-fading-array/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Random Candy Colors</title>
		<link>http://www.pixelwit.com/blog/2007/05/random-candy-colors/</link>
		<comments>http://www.pixelwit.com/blog/2007/05/random-candy-colors/#comments</comments>
		<pubDate>Wed, 30 May 2007 17:24:59 +0000</pubDate>
		<dc:creator>Pixelwit</dc:creator>
		
		<category><![CDATA[Flash]]></category>

		<category><![CDATA[ActionScript]]></category>

		<category><![CDATA[Color]]></category>

		<category><![CDATA[SWFs]]></category>

		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.pixelwit.com/blog/2007/05/30/random-candy-colors/</guid>
		<description><![CDATA[If you saw my recent "Candy Cosmos" post, you may have noticed that the randomly generated colors tend to be rather "vibrant".

Pure red, green, blue, cyan, magenta and yellow colors appear frequently, while pure black and white colors occur occasionally, and colors near 50% gray tend to be the least common.   The bright [...]]]></description>
			<content:encoded><![CDATA[<p>If you saw my recent "<a title="Brightly Colored Flash Art" href="/blog/2007/05/09/candy-cosmos/">Candy Cosmos</a>" post, you may have noticed that the randomly generated colors tend to be rather "vibrant".</p>
<p><img src='http://www.pixelwit.com/blog/wp-content/uploads/2007/05/rainbbowgradient.jpg' title='Brightly Colored Banded Gradient' alt='rainbbowgradient.jpg' /></p>
<p>Pure red, green, blue, cyan, magenta and yellow colors appear frequently, while pure black and white colors occur occasionally, and colors near 50% gray tend to be the least common.   The bright candy colors are a side effect caused by<a href="http://www.pixelwit.com/blog/2007/05/random-candy-colors/#more-57" title="Read more">...</a><p><a href="http://www.pixelwit.com/blog/2007/05/random-candy-colors/#more-57" title="''Random Candy Colors'' continues">Continue reading "Random Candy Colors"</a>.</p><hr noshade style="margin:0;height:1px" /><small><p><a title="Comments for ''Random Candy Colors''" href="http://www.pixelwit.com/blog/2007/05/random-candy-colors/#commentblock">2 people have commented</a> on <a title="Permalink for ''Random Candy Colors''" href="http://www.pixelwit.com/blog/2007/05/random-candy-colors/">Random Candy Colors</a>, &copy;2007 <a title="Visit PiXELWiT" href="http://www.pixelwit.com/blog">PiXELWiT</a>    |  Add to <a title="Bookmark ''Random Candy Colors'' in del.icio.us" href="http://del.icio.us/post?url=http://www.pixelwit.com/blog/2007/05/random-candy-colors/&title=Random Candy Colors">del.icio.us</a><br/>Read other articles filed under <a href="http://www.pixelwit.com/blog/category/flash/" title="View all posts in Flash" rel="category tag">Flash</a>.<br/>Read more articles related to <a href="http://www.pixelwit.com/blog/tag/actionscript/" rel="tag">ActionScript</a>, <a href="http://www.pixelwit.com/blog/tag/color/" rel="tag">Color</a>, <a href="http://www.pixelwit.com/blog/tag/swfs/" rel="tag">SWFs</a>, <a href="http://www.pixelwit.com/blog/tag/tutorial/" rel="tag">Tutorial</a>.</p></small>]]></content:encoded>
			<wfw:commentRss>http://www.pixelwit.com/blog/2007/05/random-candy-colors/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Hexadecimal Color Fading</title>
		<link>http://www.pixelwit.com/blog/2007/05/hexadecimal-color-fading/</link>
		<comments>http://www.pixelwit.com/blog/2007/05/hexadecimal-color-fading/#comments</comments>
		<pubDate>Mon, 14 May 2007 18:33:44 +0000</pubDate>
		<dc:creator>Pixelwit</dc:creator>
		
		<category><![CDATA[Flash]]></category>

		<category><![CDATA[ActionScript]]></category>

		<category><![CDATA[Color]]></category>

		<category><![CDATA[SWFs]]></category>

		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.pixelwit.com/blog/2007/05/14/hexadecimal-color-fading/</guid>
		<description><![CDATA[A while ago, I wrote a Color Fading tutorial for  ActionScript.org which provided nearly all the functions you'd ever want for fading colors.  Did you notice that I said "nearly"?  Well, today I've added yet another weapon to my color-fading code arsenal called "fadeHex". The name probably won't put fear in the [...]]]></description>
			<content:encoded><![CDATA[<p>A while ago, I wrote a <a title="Pixelwit Color Fading Tutorial" href="http://www.pixelwit.com/temp/colorfadetutorial/home.html">Color Fading tutorial</a> for <a title="Tutorial at ActionScript.org" href="http://www.actionscript.org/resources/articles/162/1/Color-fade/Page1.html"> ActionScript.org</a> which provided nearly all the functions you'd ever want for fading colors.  Did you notice that I said "nearly"?  Well, today I've added yet another weapon to my color-fading code arsenal called "fadeHex". The name probably won't put fear in the hearts of fellow code warriors but it's a powerful tool none the less.  In essence, it lets you specify two colors, then creates a color gradient from the first color to the second and lets you choose a color at any point on that gradient.<a href="http://www.pixelwit.com/blog/2007/05/hexadecimal-color-fading/#more-45" title="Read more">...</a><p><a href="http://www.pixelwit.com/blog/2007/05/hexadecimal-color-fading/#more-45" title="''Hexadecimal Color Fading'' continues">Continue reading "Hexadecimal Color Fading"</a>.</p><hr noshade style="margin:0;height:1px" /><small><p><a title="Comments for ''Hexadecimal Color Fading''" href="http://www.pixelwit.com/blog/2007/05/hexadecimal-color-fading/#commentblock">6 people have commented</a> on <a title="Permalink for ''Hexadecimal Color Fading''" href="http://www.pixelwit.com/blog/2007/05/hexadecimal-color-fading/">Hexadecimal Color Fading</a>, &copy;2007 <a title="Visit PiXELWiT" href="http://www.pixelwit.com/blog">PiXELWiT</a>    |  Add to <a title="Bookmark ''Hexadecimal Color Fading'' in del.icio.us" href="http://del.icio.us/post?url=http://www.pixelwit.com/blog/2007/05/hexadecimal-color-fading/&title=Hexadecimal Color Fading">del.icio.us</a><br/>Read other articles filed under <a href="http://www.pixelwit.com/blog/category/flash/" title="View all posts in Flash" rel="category tag">Flash</a>.<br/>Read more articles related to <a href="http://www.pixelwit.com/blog/tag/actionscript/" rel="tag">ActionScript</a>, <a href="http://www.pixelwit.com/blog/tag/color/" rel="tag">Color</a>, <a href="http://www.pixelwit.com/blog/tag/swfs/" rel="tag">SWFs</a>, <a href="http://www.pixelwit.com/blog/tag/tutorial/" rel="tag">Tutorial</a>.</p></small>]]></content:encoded>
			<wfw:commentRss>http://www.pixelwit.com/blog/2007/05/hexadecimal-color-fading/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
