<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://miniscript.org/w/index.php?action=history&amp;feed=atom&amp;title=Color.fromList</id>
	<title>Color.fromList - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://miniscript.org/w/index.php?action=history&amp;feed=atom&amp;title=Color.fromList"/>
	<link rel="alternate" type="text/html" href="http://miniscript.org/w/index.php?title=Color.fromList&amp;action=history"/>
	<updated>2026-05-03T20:26:23Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.0</generator>
	<entry>
		<id>http://miniscript.org/w/index.php?title=Color.fromList&amp;diff=742&amp;oldid=prev</id>
		<title>JoeStrout: Created page with &quot;&lt;c&gt;color.fromList&lt;/c&gt; converts a color in RGB list form — red, green, blue, and optional alpha, all in the range 0-255 — to a string in standard color form.  See also:...&quot;</title>
		<link rel="alternate" type="text/html" href="http://miniscript.org/w/index.php?title=Color.fromList&amp;diff=742&amp;oldid=prev"/>
		<updated>2021-07-11T03:29:08Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;lt;c&amp;gt;&lt;a href=&quot;/wiki/Color&quot; title=&quot;Color&quot;&gt;color&lt;/a&gt;.fromList&amp;lt;/c&amp;gt; converts a color in RGB list form — red, green, blue, and optional alpha, all in the range 0-255 — to a string in standard color form.  See also:...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;c&amp;gt;[[color]].fromList&amp;lt;/c&amp;gt; converts a color in RGB list form — red, green, blue, and optional alpha, all in the range 0-255 — to a string in standard color form.&lt;br /&gt;
&lt;br /&gt;
See also: [[color.toList]]&lt;br /&gt;
&lt;br /&gt;
=== Arguments ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Parameter Name !! Type !! Default Value !! Meaning&lt;br /&gt;
|-&lt;br /&gt;
| ''rgbaList'' || list || null || list of the form &amp;lt;c&amp;gt;[red, green, blue]&amp;lt;/c&amp;gt; or &amp;lt;c&amp;gt;[red, green, blue, alpha]&amp;lt;/c&amp;gt;&lt;br /&gt;
|} &lt;br /&gt;
&lt;br /&gt;
=== Usage Notes ===&lt;br /&gt;
All methods and colors in the Mini Micro API, except this one, represent colors as hexadecimal strings, e.g. &amp;lt;c&amp;gt;&amp;quot;#FF8080C8&amp;quot;&amp;lt;/c&amp;gt;.  However, sometimes it is convenient to represent a color as a list of numbers, so for example you can do math with them.  Then, use &amp;lt;c&amp;gt;color.fromList&amp;lt;/c&amp;gt; to convert this list back into standard color form.&lt;br /&gt;
&lt;br /&gt;
=== Example ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ms&amp;gt;print color.fromList([255, 128, 0, 200])&amp;lt;/ms&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The above prints &amp;lt;c&amp;gt;#FF8000C8&amp;lt;/c&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Mini Micro]]&lt;/div&gt;</summary>
		<author><name>JoeStrout</name></author>
		
	</entry>
</feed>