<?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>Blue Flex &#187; explorer</title>
	<atom:link href="http://kennethsutherland.com/tag/explorer/feed/" rel="self" type="application/rss+xml" />
	<link>http://kennethsutherland.com</link>
	<description>Flex with a hint of cool</description>
	<lastBuildDate>Wed, 28 Sep 2011 14:12:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>Linear and Radial gradients &#8211; visually explained</title>
		<link>http://kennethsutherland.com/2011/02/24/linear-and-radial-gradients-visually-explained/</link>
		<comments>http://kennethsutherland.com/2011/02/24/linear-and-radial-gradients-visually-explained/#comments</comments>
		<pubDate>Thu, 24 Feb 2011 15:53:17 +0000</pubDate>
		<dc:creator>Kenneth</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[Flex 4]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[explorer]]></category>
		<category><![CDATA[flex 4]]></category>
		<category><![CDATA[gradient]]></category>
		<category><![CDATA[linear]]></category>
		<category><![CDATA[radial]]></category>

		<guid isPermaLink="false">http://kennethsutherland.com/?p=633</guid>
		<description><![CDATA[I was playing around with some code recently (Flex 4 code) and I went to create a simple background and not having Catalyst or similar to output a fxg file I went to create my own gradients with some code. After a couple of goes and not getting anything resembeling what I expect I decided [...]]]></description>
			<content:encoded><![CDATA[<p>I was playing around with some code recently (Flex 4 code) and I went to create a simple background and not having Catalyst or similar to output a fxg file I went to create my own gradients with some code. After a couple of goes and not getting anything resembeling what I expect I decided to write a quick explorer.</p>
<p>I&#8217;ve done something similar ages ago with flex 3, so I thought I&#8217;d do this with flex 4 and perhaps look to expand it as an example of reskining an app with different skins. (source code may follow when I do this)  So here is the first step. A simple explorer to help understand the values that are used to make a Linear or Radial gradient along with the entries that make the look how they look.</p>
<p>I think it should be self explanatory, but if not just post a comment.</p>
<p>Follow the <a title="Flex 4, gradients explorer" href="http://www.kennethsutherland.com/flex/graphic_flex_4/GradientFlex4.html" target="_newtab">link to open the explorer</a>.</p>
<p><a href="http://www.kennethsutherland.com/flex/graphic_flex_4/GradientFlex4.html" target="_newtab" ><img class="aligncenter size-full wp-image-654" title="Explorer screenshot" src="http://kennethsutherland.com/wordpress1/wp-content/uploads/2011/02/flex4Gradient1.png" alt="Explorer screenshot" width="431" height="378" /></a></p>
<p style="text-align: center;"><script type="text/javascript"><!--
google_ad_client = "pub-7396620608505330";
google_ad_slot = "1277482570";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
]]></content:encoded>
			<wfw:commentRss>http://kennethsutherland.com/2011/02/24/linear-and-radial-gradients-visually-explained/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating gradient lines and fills</title>
		<link>http://kennethsutherland.com/2009/04/01/creating-gradient-lines-and-fills/</link>
		<comments>http://kennethsutherland.com/2009/04/01/creating-gradient-lines-and-fills/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 13:38:43 +0000</pubDate>
		<dc:creator>Kenneth</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[explorer]]></category>
		<category><![CDATA[gradients]]></category>
		<category><![CDATA[graphics]]></category>

		<guid isPermaLink="false">http://kennethsutherland.com/?p=15</guid>
		<description><![CDATA[Looking for a explorer that will help understand the actionscript graphics.beginGradientFill method. Then check this out.]]></description>
			<content:encoded><![CDATA[<p>Ever wanted to create a gradient fill or experiment with the various settings in the <em>beginGradientFill </em>method?</p>
<p>I was trying to recreate a simple black background which faded in the middle to a white shade then back to black again and I spent quite a while  trying various options, recompile, test, try more options etc.  This was taking way to long so I created a very quick explorer for the <em>beginGradientFill </em>method.</p>
<p>Hopefully you&#8217;ll find it as useful as I did for finding out exactly what values need to change to get a desired result.<br />
<a title="Graphics fill explorer" href="http://kennethsutherland.com/flex/graphic_explorer/graphicExplorer.html" target="_blank"><br />
<img title="Gradient Explorer image" src="/flex/graphic_explorer/gradientExplorer.jpg" alt="Gradient Explorer image" width="500" height="379" /></a></p>
<p><a title="Graphics fill explorer" href="http://kennethsutherland.com/flex/graphic_explorer/graphicExplorer.html" target="_blank"> </a></p>
<p><a title="Graphics fill explorer" href="http://kennethsutherland.com/flex/graphic_explorer/graphicExplorer.html" target="_blank">Click to open fill explorer</a></p>
<p style="text-align: center;"><script type="text/javascript"><!--
google_ad_client = "pub-7396620608505330";
google_ad_slot = "1277482570";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
]]></content:encoded>
			<wfw:commentRss>http://kennethsutherland.com/2009/04/01/creating-gradient-lines-and-fills/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

