<?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.rgb</id>
	<title>Color.rgb - 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.rgb"/>
	<link rel="alternate" type="text/html" href="http://miniscript.org/w/index.php?title=Color.rgb&amp;action=history"/>
	<updated>2026-05-23T22:15:58Z</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.rgb&amp;diff=664&amp;oldid=prev</id>
		<title>JoeStrout: Created page with &quot;In Mini Micro, the &lt;c&gt;color.rgb&lt;/c&gt; method returns a color string from red, green, and blue values in the range 0-255.  === Arguments ===  {| class=&quot;wikitable&quot; |-...&quot;</title>
		<link rel="alternate" type="text/html" href="http://miniscript.org/w/index.php?title=Color.rgb&amp;diff=664&amp;oldid=prev"/>
		<updated>2021-01-24T03:53:27Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;In &lt;a href=&quot;/wiki/Mini_Micro&quot; title=&quot;Mini Micro&quot;&gt;Mini Micro&lt;/a&gt;, the &amp;lt;c&amp;gt;&lt;a href=&quot;/wiki/Color&quot; title=&quot;Color&quot;&gt;color&lt;/a&gt;.rgb&amp;lt;/c&amp;gt; method returns a &lt;a href=&quot;/wiki/Color&quot; title=&quot;Color&quot;&gt;color&lt;/a&gt; string from red, green, and blue values in the range 0-255.  === Arguments ===  {| class=&amp;quot;wikitable&amp;quot; |-...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;In [[Mini Micro]], the &amp;lt;c&amp;gt;[[color]].rgb&amp;lt;/c&amp;gt; method returns a [[color]] string from red, green, and blue values in the range 0-255.&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 !! Meaning&lt;br /&gt;
|-&lt;br /&gt;
| r || red component (0-255)&lt;br /&gt;
|-&lt;br /&gt;
| g || green component (0-255)&lt;br /&gt;
|-&lt;br /&gt;
| b || blue component (0-255)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
All parameters are required.  The result is a 7-character color string without alpha.&lt;br /&gt;
&lt;br /&gt;
See also: [[color.rgba]]&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ms&amp;gt;print color.rgba(50,100,200)&amp;lt;/ms&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Output:&lt;br /&gt;
  #3264C8&lt;br /&gt;
&lt;br /&gt;
[[Category:Mini Micro]]&lt;/div&gt;</summary>
		<author><name>JoeStrout</name></author>
		
	</entry>
</feed>