<?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 for Cory Plotts' Blog</title>
	<atom:link href="http://www.cplotts.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cplotts.com</link>
	<description>Yet another UX guy, working in WPF/Silverlight.</description>
	<lastBuildDate>Thu, 18 Feb 2010 14:12:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Blend Modes: Hue, Saturation, Color, and Luminosity with WPF 4.0 by cplotts</title>
		<link>http://www.cplotts.com/2009/11/29/blend-modes-hue-saturation-color-and-luminosity-with-wpf-4-0/comment-page-1/#comment-468</link>
		<dc:creator>cplotts</dc:creator>
		<pubDate>Thu, 18 Feb 2010 14:12:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.cplotts.com/?p=437#comment-468</guid>
		<description>Just tried it David ... unfortunately, it doesn&#039;t help. :(

Thanks for leaving a comment though! I&#039;m willing to try anything.

Another fellow contacted me via email and said that the differences are a result of Photoshop using a completely different model for computing what it calls hue/saturation/luminosity than what I am using. In this &lt;a href=&quot;http://commons.wikimedia.org/wiki/File:Hsl-and-hsv.svg&quot; rel=&quot;nofollow&quot;&gt;diagram&lt;/a&gt;, I am using the bottom middle ... and Photoshop is using the bottom right.

If he ever drafts the math to convert back and forth between that HSL model and RGB, I&#039;ll integrate it in ... and see if it matches!</description>
		<content:encoded><![CDATA[<p>Just tried it David &#8230; unfortunately, it doesn&#8217;t help. <img src='http://www.cplotts.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>Thanks for leaving a comment though! I&#8217;m willing to try anything.</p>
<p>Another fellow contacted me via email and said that the differences are a result of Photoshop using a completely different model for computing what it calls hue/saturation/luminosity than what I am using. In this <a href="http://commons.wikimedia.org/wiki/File:Hsl-and-hsv.svg" rel="nofollow">diagram</a>, I am using the bottom middle &#8230; and Photoshop is using the bottom right.</p>
<p>If he ever drafts the math to convert back and forth between that HSL model and RGB, I&#8217;ll integrate it in &#8230; and see if it matches!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Snoop: Now with 64-bit Support and More by MS Visual Studio 2010 &#187; Blog Archive &#187; WPF в Visual Studio 2010 &#8211; Часть 1 : Вступление</title>
		<link>http://www.cplotts.com/2009/12/08/snoop-now-with-64-bit-support-and-more/comment-page-1/#comment-466</link>
		<dc:creator>MS Visual Studio 2010 &#187; Blog Archive &#187; WPF в Visual Studio 2010 &#8211; Часть 1 : Вступление</dc:creator>
		<pubDate>Thu, 18 Feb 2010 10:54:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.cplotts.com/2009/12/08/snoop-now-with-64-bit-support-and-more/#comment-466</guid>
		<description>[...] WPF в Visual Studio. Удостоверьтесь, что используете самую свежую версию 4.0 и оцените потрясающую 3D-проекцию, чтобы увидеть Visual [...]</description>
		<content:encoded><![CDATA[<p>[...] WPF в Visual Studio. Удостоверьтесь, что используете самую свежую версию 4.0 и оцените потрясающую 3D-проекцию, чтобы увидеть Visual [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Blend Modes: Hue, Saturation, Color, and Luminosity with WPF 4.0 by David Hollinshead</title>
		<link>http://www.cplotts.com/2009/11/29/blend-modes-hue-saturation-color-and-luminosity-with-wpf-4-0/comment-page-1/#comment-462</link>
		<dc:creator>David Hollinshead</dc:creator>
		<pubDate>Thu, 18 Feb 2010 01:39:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.cplotts.com/?p=437#comment-462</guid>
		<description>I have a line of code that may help. Sorry, I have not tested it with your solution as I don&#039;t have .NET 4.

In float3 RGBToHSL(float3 color), change the last if statement:
&lt;pre class=&quot;brush: csharp&quot;&gt;
if (hsl.x &lt; 0.0)
{
    // hsl.x += 1.0;
    hsl.x = 0 - hsl.x;
}
&lt;/pre&gt;

I think there was a problem when hue wraps round. 

Hope it helps - David</description>
		<content:encoded><![CDATA[<p>I have a line of code that may help. Sorry, I have not tested it with your solution as I don&#8217;t have .NET 4.</p>
<p>In float3 RGBToHSL(float3 color), change the last if statement:</p>
<pre class="brush: csharp">
if (hsl.x &lt; 0.0)
{
    // hsl.x += 1.0;
    hsl.x = 0 - hsl.x;
}
</pre>
<p>I think there was a problem when hue wraps round. </p>
<p>Hope it helps &#8211; David</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Snoop: Now Supports WPF 4.0 by Cory Plotts&#8217; Blog &#187; Snoop Now Works in WPF Interop Scenarios, Part II</title>
		<link>http://www.cplotts.com/2010/02/14/snoop-now-supports-wpf-4-0/comment-page-1/#comment-461</link>
		<dc:creator>Cory Plotts&#8217; Blog &#187; Snoop Now Works in WPF Interop Scenarios, Part II</dc:creator>
		<pubDate>Wed, 17 Feb 2010 23:45:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.cplotts.com/2010/02/14/snoop-now-supports-wpf-4-0/#comment-461</guid>
		<description>[...] source code and binaries for Snoop are now (see posts: 1, 2) up on CodePlex. Please go download it from there as that code will contain the latest and greatest [...]</description>
		<content:encoded><![CDATA[<p>[...] source code and binaries for Snoop are now (see posts: 1, 2) up on CodePlex. Please go download it from there as that code will contain the latest and greatest [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Snoop: Now on CodePlex by Cory Plotts&#8217; Blog &#187; Snoop Now Works in WPF Interop Scenarios, Part I</title>
		<link>http://www.cplotts.com/2010/02/11/snoop-now-on-codeplex/comment-page-1/#comment-460</link>
		<dc:creator>Cory Plotts&#8217; Blog &#187; Snoop Now Works in WPF Interop Scenarios, Part I</dc:creator>
		<pubDate>Wed, 17 Feb 2010 23:43:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.cplotts.com/2010/02/11/snoop-now-on-codeplex/#comment-460</guid>
		<description>[...] source code and binaries for Snoop are now (see posts: 1, 2) up on CodePlex. Please go download it from there as that code will contain the latest and [...]</description>
		<content:encoded><![CDATA[<p>[...] source code and binaries for Snoop are now (see posts: 1, 2) up on CodePlex. Please go download it from there as that code will contain the latest and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Snoop: Now on CodePlex by Cory Plotts&#8217; Blog &#187; Snoop Now Works in WPF Interop Scenarios, Part II</title>
		<link>http://www.cplotts.com/2010/02/11/snoop-now-on-codeplex/comment-page-1/#comment-459</link>
		<dc:creator>Cory Plotts&#8217; Blog &#187; Snoop Now Works in WPF Interop Scenarios, Part II</dc:creator>
		<pubDate>Wed, 17 Feb 2010 23:41:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.cplotts.com/2010/02/11/snoop-now-on-codeplex/#comment-459</guid>
		<description>[...] source code is now (see posts: 1, 2) up on CodePlex. Please go download it from there as that code will contain the latest and [...]</description>
		<content:encoded><![CDATA[<p>[...] source code is now (see posts: 1, 2) up on CodePlex. Please go download it from there as that code will contain the latest and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Snoop: Now Supports WPF 4.0 by Cory Plotts&#8217; Blog &#187; Snoop: Now with 64-bit Support and More</title>
		<link>http://www.cplotts.com/2010/02/14/snoop-now-supports-wpf-4-0/comment-page-1/#comment-458</link>
		<dc:creator>Cory Plotts&#8217; Blog &#187; Snoop: Now with 64-bit Support and More</dc:creator>
		<pubDate>Wed, 17 Feb 2010 23:28:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.cplotts.com/2010/02/14/snoop-now-supports-wpf-4-0/#comment-458</guid>
		<description>[...] source code is now (see posts: 1, 2) up on CodePlex at http://snoopwpf.codeplex.com. Please go download it from there as that code will [...]</description>
		<content:encoded><![CDATA[<p>[...] source code is now (see posts: 1, 2) up on CodePlex at <a href="http://snoopwpf.codeplex.com" rel="nofollow">http://snoopwpf.codeplex.com</a>. Please go download it from there as that code will [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Snoop: Now on CodePlex by Cory Plotts&#8217; Blog &#187; Snoop: Now with 64-bit Support and More</title>
		<link>http://www.cplotts.com/2010/02/11/snoop-now-on-codeplex/comment-page-1/#comment-457</link>
		<dc:creator>Cory Plotts&#8217; Blog &#187; Snoop: Now with 64-bit Support and More</dc:creator>
		<pubDate>Wed, 17 Feb 2010 23:28:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.cplotts.com/2010/02/11/snoop-now-on-codeplex/#comment-457</guid>
		<description>[...] source code is now (see posts: 1, 2) up on CodePlex at http://snoopwpf.codeplex.com. Please go download it from there as that code [...]</description>
		<content:encoded><![CDATA[<p>[...] source code is now (see posts: 1, 2) up on CodePlex at <a href="http://snoopwpf.codeplex.com" rel="nofollow">http://snoopwpf.codeplex.com</a>. Please go download it from there as that code [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Contact by cplotts</title>
		<link>http://www.cplotts.com/contact/comment-page-1/#comment-452</link>
		<dc:creator>cplotts</dc:creator>
		<pubDate>Mon, 15 Feb 2010 23:34:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.cplotts.com/?page_id=48#comment-452</guid>
		<description>Thanks Hanaa, I glad as well and I hope my efforts at &lt;a href=&quot;http://snoopwpf.codeplex.com&quot; rel=&quot;nofollow&quot;&gt;Snoop&lt;/a&gt; continue to be helpful.

It is just great that Pete Blois let us put it up on CodePlex to begin with.

Uh, about CodeCamp ... ;)</description>
		<content:encoded><![CDATA[<p>Thanks Hanaa, I glad as well and I hope my efforts at <a href="http://snoopwpf.codeplex.com" rel="nofollow">Snoop</a> continue to be helpful.</p>
<p>It is just great that Pete Blois let us put it up on CodePlex to begin with.</p>
<p>Uh, about CodeCamp &#8230; <img src='http://www.cplotts.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Contact by Hana</title>
		<link>http://www.cplotts.com/contact/comment-page-1/#comment-451</link>
		<dc:creator>Hana</dc:creator>
		<pubDate>Mon, 15 Feb 2010 23:22:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.cplotts.com/?page_id=48#comment-451</guid>
		<description>How cool is that, Cory?! I&#039;m glad everybody out there is benefitting from this app. I know our team at work does. Great job, and keep up the good work. Now if we can only get you to do a WPF presentation at CodeCamp sometime... :o)</description>
		<content:encoded><![CDATA[<p>How cool is that, Cory?! I&#8217;m glad everybody out there is benefitting from this app. I know our team at work does. Great job, and keep up the good work. Now if we can only get you to do a WPF presentation at CodeCamp sometime&#8230; <img src='http://www.cplotts.com/wp-includes/images/smilies/icon_surprised.gif' alt=':o' class='wp-smiley' /> )</p>
]]></content:encoded>
	</item>
</channel>
</rss>
