<?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 on: Adjusting a color&#8217;s brightness using the ColorUtil class</title>
	<atom:link href="http://blog.flexexamples.com/2007/08/24/adjusting-a-colors-brightness-using-the-colorutil-class/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2007/08/24/adjusting-a-colors-brightness-using-the-colorutil-class/</link>
	<description>Just a bunch of Adobe Flex Examples</description>
	<lastBuildDate>Sun, 12 Feb 2012 14:19:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Devon</title>
		<link>http://blog.flexexamples.com/2007/08/24/adjusting-a-colors-brightness-using-the-colorutil-class/comment-page-1/#comment-7427</link>
		<dc:creator>Devon</dc:creator>
		<pubDate>Sat, 03 Apr 2010 18:58:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/24/adjusting-a-colors-brightness-using-the-colorutil-class/#comment-7427</guid>
		<description>This is a good image editor.

http://activeden.net/item/image-editor-v10/90270</description>
		<content:encoded><![CDATA[<p>This is a good image editor.</p>
<p><a href="http://activeden.net/item/image-editor-v10/90270" rel="nofollow">http://activeden.net/item/image-editor-v10/90270</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sansegot</title>
		<link>http://blog.flexexamples.com/2007/08/24/adjusting-a-colors-brightness-using-the-colorutil-class/comment-page-1/#comment-7113</link>
		<dc:creator>Sansegot</dc:creator>
		<pubDate>Thu, 25 Feb 2010 14:26:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/08/24/adjusting-a-colors-brightness-using-the-colorutil-class/#comment-7113</guid>
		<description>The difference between the linear and scaled brightness is that linear adds increases the brightness in all three colors (RGB) by the same amount, regardless of individual value of each of the colors. The scaled adjustment increases the brightness by the amount proportional to the color&#039;s  numeric value.

In your example the default value for the color is OxFFFFFF, which means that both of the adjustment methods will produce the same effect. If you choose a color other, which mixes different amount of each of the colors you will see the difference.

Generally speaking the scaled adjustment is better if you need to preserve the color tone.</description>
		<content:encoded><![CDATA[<p>The difference between the linear and scaled brightness is that linear adds increases the brightness in all three colors (RGB) by the same amount, regardless of individual value of each of the colors. The scaled adjustment increases the brightness by the amount proportional to the color&#8217;s  numeric value.</p>
<p>In your example the default value for the color is OxFFFFFF, which means that both of the adjustment methods will produce the same effect. If you choose a color other, which mixes different amount of each of the colors you will see the difference.</p>
<p>Generally speaking the scaled adjustment is better if you need to preserve the color tone.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

