<?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: Photoshop Layer Modes With Custom AS3</title>
	<atom:link href="http://freshwebtrends.com/photoshop-layer-modes-with-custom-as3/18/feed/" rel="self" type="application/rss+xml" />
	<link>http://freshwebtrends.com/photoshop-layer-modes-with-custom-as3/18/</link>
	<description>Serving up the freshest, most intersting web development ideas and trends</description>
	<pubDate>Sun, 01 Aug 2010 06:16:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Lukasz Karpuk</title>
		<link>http://freshwebtrends.com/photoshop-layer-modes-with-custom-as3/18/#comment-51</link>
		<dc:creator>Lukasz Karpuk</dc:creator>
		<pubDate>Tue, 10 Nov 2009 02:20:19 +0000</pubDate>
		<guid isPermaLink="false">http://freshwebtrends.com/?p=18#comment-51</guid>
		<description>Thanks for the catch, the 150px was an oversight on my part...how do you plan to create a histogram in flash because that would really add another dimension to this class?</description>
		<content:encoded><![CDATA[<p>Thanks for the catch, the 150px was an oversight on my part&#8230;how do you plan to create a histogram in flash because that would really add another dimension to this class?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JLM</title>
		<link>http://freshwebtrends.com/photoshop-layer-modes-with-custom-as3/18/#comment-50</link>
		<dc:creator>JLM</dc:creator>
		<pubDate>Mon, 09 Nov 2009 17:24:31 +0000</pubDate>
		<guid isPermaLink="false">http://freshwebtrends.com/?p=18#comment-50</guid>
		<description>Useful class but the iteration loops seem to be hard code at a 150x150 pixels (j&#60;150 and i&#60;150) for colorDodge method I have change the loop to
			for(var i:int = 0; i &#60; sourceBMD.height; i++){
				
				for(var j:int = 0; j &#60; sourceBMD.width; j++){

I also plan to use some histogram code before of after to keep ranges nice.</description>
		<content:encoded><![CDATA[<p>Useful class but the iteration loops seem to be hard code at a 150&#215;150 pixels (j&lt;150 and i&lt;150) for colorDodge method I have change the loop to<br />
			for(var i:int = 0; i &lt; sourceBMD.height; i++){</p>
<p>				for(var j:int = 0; j &lt; sourceBMD.width; j++){</p>
<p>I also plan to use some histogram code before of after to keep ranges nice.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
