<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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>Binary Turf &#187; Tag: color preference - Recent Posts</title>
		<link>http://www.binaryturf.com/forum/tags/color-preference</link>
		<description>Technical Support Forum</description>
		<language>en-US</language>
		<pubDate>Sun, 12 Feb 2012 08:43:35 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.binaryturf.com/forum/search.php</link>
		</textInput>
		<atom:link href="http://www.binaryturf.com/forum/rss/tags/color-preference" rel="self" type="application/rss+xml" />

		<item>
			<title>Administrator on "Make tab colors &#039;more&#039; random"</title>
			<link>http://www.binaryturf.com/forum/low-priority/make-tab-colors-more-random#post-1920</link>
			<pubDate>Fri, 28 Jan 2011 14:08:49 +0000</pubDate>
			<dc:creator>Administrator</dc:creator>
			<guid isPermaLink="false">1920@http://www.binaryturf.com/forum/</guid>
			<description>&#60;p&#62;Good point. And by design this will be useful for the random coloring option only.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>trlkly on "Make tab colors &#039;more&#039; random"</title>
			<link>http://www.binaryturf.com/forum/low-priority/make-tab-colors-more-random#post-1915</link>
			<pubDate>Wed, 19 Jan 2011 17:56:44 +0000</pubDate>
			<dc:creator>trlkly</dc:creator>
			<guid isPermaLink="false">1915@http://www.binaryturf.com/forum/</guid>
			<description>&#60;p&#62;This is what I came to suggest. Implementation would involve storing the last few random tab colors in an array, and comparing all random colors against the array. The comparison would involve doing an OR check on each of the rgb values: something like&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if (Math.abs(r2 - r1) &#38;gt; 20 &#124;&#124; Math.abs(g2 - g1) &#38;gt; 20 &#124;&#124; Math.abs(b2 - b1) &#38;gt; 20) {&#38;lt;br /&#38;gt;
     //get new random color
} else {&#38;lt;br /&#38;gt;
     //store color in array, probably using Array.unshift
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>dcma on "Make tab colors &#039;more&#039; random"</title>
			<link>http://www.binaryturf.com/forum/low-priority/make-tab-colors-more-random#post-735</link>
			<pubDate>Sat, 21 Mar 2009 21:56:36 +0000</pubDate>
			<dc:creator>dcma</dc:creator>
			<guid isPermaLink="false">735@http://www.binaryturf.com/forum/</guid>
			<description>&#60;p&#62;Sometimes the tabs colors are very close to each other (e.g. multiple shades of blue), as you might expect if the colors are chosen truly randomly. These occurrences make it slightly difficult to quickly determine which tab is open, especially when the tabs are adjoining.&#60;/p&#62;
&#60;p&#62;Could the tab color selection process be improved to ensure that there is a reasonable contrast in tab colors for better identification by dispersing the colors across the visible spectrum, sort of a random rainbow effect?&#60;/p&#62;
&#60;p&#62;Thanks. It's a great Firefox add-on.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>

