<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://myst.dustbird.net/w/index.php?action=history&amp;feed=atom&amp;title=Colors</id>
	<title>Colors - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://myst.dustbird.net/w/index.php?action=history&amp;feed=atom&amp;title=Colors"/>
	<link rel="alternate" type="text/html" href="http://myst.dustbird.net/w/index.php?title=Colors&amp;action=history"/>
	<updated>2026-04-04T09:44:05Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>http://myst.dustbird.net/w/index.php?title=Colors&amp;diff=1092&amp;oldid=prev</id>
		<title>Dustin: Created page with &#039;Colors are specified a few different ways in Uru.  But they all look like 3 values, one for red, one for green, and one for blue.  =As Integers= These are specified as 3 numbers …&#039;</title>
		<link rel="alternate" type="text/html" href="http://myst.dustbird.net/w/index.php?title=Colors&amp;diff=1092&amp;oldid=prev"/>
		<updated>2011-01-05T20:55:41Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;#039;Colors are specified a few different ways in Uru.  But they all look like 3 values, one for red, one for green, and one for blue.  =As Integers= These are specified as 3 numbers …&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Colors are specified a few different ways in Uru.  But they all look like 3 values, one for red, one for green, and one for blue.&lt;br /&gt;
&lt;br /&gt;
=As Integers=&lt;br /&gt;
These are specified as 3 numbers from 0 to 255.  E.g. 101,37,250&lt;br /&gt;
&lt;br /&gt;
=As Hex=&lt;br /&gt;
These are just like the integers, but in Hexadecimal.  You can use this page to convert: http://www.statman.info/conversions/hexadecimal.html&lt;br /&gt;
&lt;br /&gt;
In this case the (101,37,250) becomes (64,25,FA)&lt;br /&gt;
&lt;br /&gt;
Note that sometimes you can&amp;#039;t tell (just by looking at it) if a number is a regular decimal integer, or in hex form. &lt;br /&gt;
&lt;br /&gt;
=As Floats=&lt;br /&gt;
These are specified as a decimal point number between 0.0 and 1.0.&lt;br /&gt;
&lt;br /&gt;
To convert from integers to floats, divide each number by 255.  So in our example, (101,37,250)-&amp;gt;(101/255,37/255,250/255)-&amp;gt;(0.40,0.15,0.98)&lt;br /&gt;
&lt;br /&gt;
To convert from floats to integers, multiply each number by 255.  So (0.2,0.87,0.1)-&amp;gt;(0.2*255,0.87*255,0.1*255)-&amp;gt;(51,222,196)&lt;/div&gt;</summary>
		<author><name>Dustin</name></author>
		
	</entry>
</feed>