<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Silverlight named color viewer</title>
	<atom:link href="http://programmerpayback.com/2008/12/05/silverlight-named-color-viewer/feed/" rel="self" type="application/rss+xml" />
	<link>http://programmerpayback.com/2008/12/05/silverlight-named-color-viewer/</link>
	<description>Giving a little back to my fellow programmers</description>
	<lastBuildDate>Mon, 23 Jan 2012 20:01:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Tim Greenfield</title>
		<link>http://programmerpayback.com/2008/12/05/silverlight-named-color-viewer/#comment-33</link>
		<dc:creator><![CDATA[Tim Greenfield]]></dc:creator>
		<pubDate>Mon, 29 Dec 2008 06:02:01 +0000</pubDate>
		<guid isPermaLink="false">http://programmerpayback.wordpress.com/?p=117#comment-33</guid>
		<description><![CDATA[I just added a feature to show the hex value of the selected color. This comes in useful for identifying existing colors or turning known colors into semi-transparent versions of themselves. 

For example, If you want a semi-transparent version of blue, just find the hex for blue (#0000FF) and prepend the 2 digit hex value for the transparency byte (aka alpha channel) to create something like #800000FF. Note: &quot;80&quot; is 128 in hex, 128 is half of 256 (the maximum), meaning this will create a 50% transparent blue. Note: I recommend using the Opacity property over a transparent color when applicable but sometimes you need a transparent color rather than a transparent control.]]></description>
		<content:encoded><![CDATA[<p>I just added a feature to show the hex value of the selected color. This comes in useful for identifying existing colors or turning known colors into semi-transparent versions of themselves. </p>
<p>For example, If you want a semi-transparent version of blue, just find the hex for blue (#0000FF) and prepend the 2 digit hex value for the transparency byte (aka alpha channel) to create something like #800000FF. Note: &#8220;80&#8243; is 128 in hex, 128 is half of 256 (the maximum), meaning this will create a 50% transparent blue. Note: I recommend using the Opacity property over a transparent color when applicable but sometimes you need a transparent color rather than a transparent control.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick</title>
		<link>http://programmerpayback.com/2008/12/05/silverlight-named-color-viewer/#comment-23</link>
		<dc:creator><![CDATA[Rick]]></dc:creator>
		<pubDate>Wed, 10 Dec 2008 09:08:43 +0000</pubDate>
		<guid isPermaLink="false">http://programmerpayback.wordpress.com/?p=117#comment-23</guid>
		<description><![CDATA[Thanks!]]></description>
		<content:encoded><![CDATA[<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Silverlight Travel</title>
		<link>http://programmerpayback.com/2008/12/05/silverlight-named-color-viewer/#comment-18</link>
		<dc:creator><![CDATA[Silverlight Travel]]></dc:creator>
		<pubDate>Mon, 08 Dec 2008 06:47:34 +0000</pubDate>
		<guid isPermaLink="false">http://programmerpayback.wordpress.com/?p=117#comment-18</guid>
		<description><![CDATA[Simple but very useful]]></description>
		<content:encoded><![CDATA[<p>Simple but very useful</p>
]]></content:encoded>
	</item>
</channel>
</rss>

