<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://hotline.ubersoft.org/Sputnik/wiki/skins/common/feed.css?301"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
		<id>http://hotline.ubersoft.org/Sputnik/wiki/index.php?action=history&amp;feed=atom&amp;title=Core_Function_Colour</id>
		<title>Core Function Colour - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://hotline.ubersoft.org/Sputnik/wiki/index.php?action=history&amp;feed=atom&amp;title=Core_Function_Colour"/>
		<link rel="alternate" type="text/html" href="http://hotline.ubersoft.org/Sputnik/wiki/index.php?title=Core_Function_Colour&amp;action=history"/>
		<updated>2026-05-16T17:17:34Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.17.0</generator>

	<entry>
		<id>http://hotline.ubersoft.org/Sputnik/wiki/index.php?title=Core_Function_Colour&amp;diff=2227&amp;oldid=prev</id>
		<title>UberFoX: /* Example */</title>
		<link rel="alternate" type="text/html" href="http://hotline.ubersoft.org/Sputnik/wiki/index.php?title=Core_Function_Colour&amp;diff=2227&amp;oldid=prev"/>
				<updated>2013-04-29T07:59:01Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;Example&lt;/span&gt;&lt;/p&gt;
&lt;table style=&quot;background-color: white; color:black;&quot;&gt;
			&lt;col class='diff-marker' /&gt;
			&lt;col class='diff-content' /&gt;
			&lt;col class='diff-marker' /&gt;
			&lt;col class='diff-content' /&gt;
		&lt;tr valign='top'&gt;
		&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;← Older revision&lt;/td&gt;
		&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;Revision as of 07:59, 29 April 2013&lt;/td&gt;
		&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 203:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 203:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;GUISetProp($T2_Button1, &amp;quot;ForeColor&amp;quot;, Colour(&amp;quot;Blue&amp;quot;)); // Make it Red&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;GUISetProp($T2_Button1, &amp;quot;ForeColor&amp;quot;, Colour(&amp;quot;Blue&amp;quot;)); // Make it Red&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;GUISetProp($T3_Button1, &amp;quot;ForeColor&amp;quot;, Colour(&amp;quot;Red&amp;quot;)); // Make it Blue&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;GUISetProp($T3_Button1, &amp;quot;ForeColor&amp;quot;, Colour(&amp;quot;Red&amp;quot;)); // Make it Blue&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;color: red; font-weight: bold; text-decoration: none;&quot;&gt;//GUISetProp($T3_Button1, &amp;quot;ForeColor&amp;quot;, &amp;quot;Default&amp;quot;); // This will remove the colour!&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;// Get the hex of the colours so we could use it somewhere else&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;// Get the hex of the colours so we could use it somewhere else&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;$HexB1 = Hex(GUIGetProp($T1_Button1, &amp;quot;ForeColor&amp;quot;));&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;$HexB1 = Hex(GUIGetProp($T1_Button1, &amp;quot;ForeColor&amp;quot;));&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>UberFoX</name></author>	</entry>

	<entry>
		<id>http://hotline.ubersoft.org/Sputnik/wiki/index.php?title=Core_Function_Colour&amp;diff=1608&amp;oldid=prev</id>
		<title>UberFoX: /* Example */</title>
		<link rel="alternate" type="text/html" href="http://hotline.ubersoft.org/Sputnik/wiki/index.php?title=Core_Function_Colour&amp;diff=1608&amp;oldid=prev"/>
				<updated>2012-03-28T09:41:14Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;Example&lt;/span&gt;&lt;/p&gt;
&lt;table style=&quot;background-color: white; color:black;&quot;&gt;
			&lt;col class='diff-marker' /&gt;
			&lt;col class='diff-content' /&gt;
			&lt;col class='diff-marker' /&gt;
			&lt;col class='diff-content' /&gt;
		&lt;tr valign='top'&gt;
		&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;← Older revision&lt;/td&gt;
		&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;Revision as of 09:41, 28 March 2012&lt;/td&gt;
		&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 166:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 166:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&amp;lt;syntaxhighlight lang=&amp;quot;sputnik&amp;quot;&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&amp;lt;syntaxhighlight lang=&amp;quot;sputnik&amp;quot;&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;minus;&lt;/td&gt;&lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;// Create &lt;del class=&quot;diffchange diffchange-inline&quot;&gt;a new &lt;/del&gt;GUI&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;// Create &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;the MDI &lt;/ins&gt;GUI&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;minus;&lt;/td&gt;&lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;Glob &lt;/del&gt;$GUI = GUICreate(&amp;quot;GUI&amp;quot;, 640, 480);&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;$GUI = GUICreate(&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;&amp;quot;Window&amp;quot;, &lt;/ins&gt;&amp;quot;GUI&amp;quot;, 640, 480);&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;minus;&lt;/td&gt;&lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;GUISetState&lt;/del&gt;($GUI&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;, @Show&lt;/del&gt;);&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;// Show the MDI GUI&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;GUILoad&lt;/ins&gt;( $GUI );&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&amp;#160; &amp;#160;&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&amp;#160; &amp;#160;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;// Make tab&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;// Make tab&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;minus;&lt;/td&gt;&lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;$obj_TAB = &lt;del class=&quot;diffchange diffchange-inline&quot;&gt;GUICreateTabSheet&lt;/del&gt;(&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;$GUI, &lt;/del&gt;&amp;quot;&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;textbox&lt;/del&gt;&amp;quot;, 5, 15, 610,&amp;#160; 370);&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;$obj_TAB = &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;GUICreate&lt;/ins&gt;(&amp;quot;&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;TabSheet&lt;/ins&gt;&amp;quot;&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;, $GUI&lt;/ins&gt;, 5, 15, 610,&amp;#160; 370);&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;// Add pages&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;// Add pages&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;minus;&lt;/td&gt;&lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;$TabPage1 = &lt;del class=&quot;diffchange diffchange-inline&quot;&gt;GUITabSheet&lt;/del&gt;(&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;$obj_TAB, &lt;/del&gt;&amp;quot;&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;AddTab&lt;/del&gt;&amp;quot;, &lt;del class=&quot;diffchange diffchange-inline&quot;&gt;&amp;quot;Moo&amp;quot;&lt;/del&gt;, &amp;quot;Testy Tab1&amp;quot;);&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;$TabPage1 = &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;GUICreate&lt;/ins&gt;(&amp;quot;&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;TabPage&lt;/ins&gt;&amp;quot;, &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;$obj_TAB&lt;/ins&gt;, &amp;quot;Testy Tab1&amp;quot;);&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;minus;&lt;/td&gt;&lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;$TabPage2 = &lt;del class=&quot;diffchange diffchange-inline&quot;&gt;GUITabSheet&lt;/del&gt;(&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;$obj_TAB, &lt;/del&gt;&amp;quot;&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;AddTab&lt;/del&gt;&amp;quot;, &lt;del class=&quot;diffchange diffchange-inline&quot;&gt;&amp;quot;Cat&amp;quot;&lt;/del&gt;, &amp;quot;Testy Tab2&amp;quot;);&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;$TabPage2 = &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;GUICreate&lt;/ins&gt;(&amp;quot;&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;TabPage&lt;/ins&gt;&amp;quot;, &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;$obj_TAB&lt;/ins&gt;, &amp;quot;Testy Tab2&amp;quot;);&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;minus;&lt;/td&gt;&lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;$TabPage3 = &lt;del class=&quot;diffchange diffchange-inline&quot;&gt;GUITabSheet&lt;/del&gt;(&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;$obj_TAB, &lt;/del&gt;&amp;quot;&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;AddTab&lt;/del&gt;&amp;quot;, &lt;del class=&quot;diffchange diffchange-inline&quot;&gt;&amp;quot;Dog&amp;quot;&lt;/del&gt;, &amp;quot;Testy Tab3&amp;quot;);&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;$TabPage3 = &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;GUICreate&lt;/ins&gt;(&amp;quot;&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;TabPage&lt;/ins&gt;&amp;quot;, &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;$obj_TAB&lt;/ins&gt;, &amp;quot;Testy Tab3&amp;quot;);&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;// Add buttons&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;// Add buttons&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;minus;&lt;/td&gt;&lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;$T1_Button1 = &lt;del class=&quot;diffchange diffchange-inline&quot;&gt;GUICreateButton&lt;/del&gt;(&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;$TabPage1, &lt;/del&gt;&amp;quot;&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;t1b1&lt;/del&gt;&amp;quot;, &amp;quot;My Button Tab1&amp;quot;, 8, 8);&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;$T1_Button1 = &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;GUICreate&lt;/ins&gt;(&amp;quot;&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;Button&lt;/ins&gt;&amp;quot;&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;, $TabPage1&lt;/ins&gt;, &amp;quot;My Button Tab1&amp;quot;, 8, 8);&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;minus;&lt;/td&gt;&lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;$T2_Button1 = &lt;del class=&quot;diffchange diffchange-inline&quot;&gt;GUICreateButton&lt;/del&gt;($TabPage2&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;, &amp;quot;t2b1&amp;quot;&lt;/del&gt;, &amp;quot;My Button Tab2&amp;quot;, 8, 48);&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;$T2_Button1 = &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;GUICreate&lt;/ins&gt;(&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;&amp;quot;Button&amp;quot;, &lt;/ins&gt;$TabPage2, &amp;quot;My Button Tab2&amp;quot;, 8, 48);&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;minus;&lt;/td&gt;&lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;$T3_Button1 = &lt;del class=&quot;diffchange diffchange-inline&quot;&gt;GUICreateButton&lt;/del&gt;(&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;$TabPage3, &lt;/del&gt;&amp;quot;&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;t3b1&lt;/del&gt;&amp;quot;, &amp;quot;My Button Tab3&amp;quot;, 48, 38);&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;$T3_Button1 = &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;GUICreate&lt;/ins&gt;(&amp;quot;&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;Button&lt;/ins&gt;&amp;quot;&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;, $TabPage3&lt;/ins&gt;, &amp;quot;My Button Tab3&amp;quot;, 48, 38);&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&amp;#160; &amp;#160;&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&amp;#160; &amp;#160;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;// Change the main window to Yellow&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;// Change the main window to Yellow&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 211:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 212:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;println(&amp;quot;Button 3 ForeColour $HexB2&amp;quot;);&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;println(&amp;quot;Button 3 ForeColour $HexB2&amp;quot;);&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&amp;#160; &amp;#160;&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&amp;#160; &amp;#160;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;minus;&lt;/td&gt;&lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;// &lt;del class=&quot;diffchange diffchange-inline&quot;&gt;Loop while &lt;/del&gt;GUI is &lt;del class=&quot;diffchange diffchange-inline&quot;&gt;active&lt;/del&gt;&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;// &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;Keep the &lt;/ins&gt;GUI &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;running as long as long as the window &lt;/ins&gt;is &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;open&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;minus;&lt;/td&gt;&lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;Until &lt;/del&gt;( &lt;del class=&quot;diffchange diffchange-inline&quot;&gt;GUIState&lt;/del&gt;( $GUI ) &lt;del class=&quot;diffchange diffchange-inline&quot;&gt;== @sClosed &lt;/del&gt;)&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;While &lt;/ins&gt;( &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;GUIStatus&lt;/ins&gt;( $GUI ) ) DoEvents( );&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;minus;&lt;/td&gt;&lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;{ &lt;/del&gt;&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;minus;&lt;/td&gt;&lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;	&lt;/del&gt;DoEvents(); &lt;del class=&quot;diffchange diffchange-inline&quot;&gt;// DoEvents to keep the GUI working fine&lt;/del&gt;&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;minus;&lt;/td&gt;&lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;}&lt;/del&gt;&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;[[Category:Core Function]]&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;[[Category:Core Function]]&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>UberFoX</name></author>	</entry>

	<entry>
		<id>http://hotline.ubersoft.org/Sputnik/wiki/index.php?title=Core_Function_Colour&amp;diff=1442&amp;oldid=prev</id>
		<title>UberFoX at 17:34, 11 December 2011</title>
		<link rel="alternate" type="text/html" href="http://hotline.ubersoft.org/Sputnik/wiki/index.php?title=Core_Function_Colour&amp;diff=1442&amp;oldid=prev"/>
				<updated>2011-12-11T17:34:41Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table style=&quot;background-color: white; color:black;&quot;&gt;
			&lt;col class='diff-marker' /&gt;
			&lt;col class='diff-content' /&gt;
			&lt;col class='diff-marker' /&gt;
			&lt;col class='diff-content' /&gt;
		&lt;tr valign='top'&gt;
		&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;← Older revision&lt;/td&gt;
		&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;Revision as of 17:34, 11 December 2011&lt;/td&gt;
		&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 6:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 6:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;Get the INT value of a given colours name.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;Get the INT value of a given colours name.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;color: red; font-weight: bold; text-decoration: none;&quot;&gt;&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;color: red; font-weight: bold; text-decoration: none;&quot;&gt;=== Parameters ===&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;==== name ====&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;==== name ====&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>UberFoX</name></author>	</entry>

	<entry>
		<id>http://hotline.ubersoft.org/Sputnik/wiki/index.php?title=Core_Function_Colour&amp;diff=1219&amp;oldid=prev</id>
		<title>UberFoX: /* Return Value */</title>
		<link rel="alternate" type="text/html" href="http://hotline.ubersoft.org/Sputnik/wiki/index.php?title=Core_Function_Colour&amp;diff=1219&amp;oldid=prev"/>
				<updated>2011-12-02T17:17:54Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;Return Value&lt;/span&gt;&lt;/p&gt;
&lt;table style=&quot;background-color: white; color:black;&quot;&gt;
			&lt;col class='diff-marker' /&gt;
			&lt;col class='diff-content' /&gt;
			&lt;col class='diff-marker' /&gt;
			&lt;col class='diff-content' /&gt;
		&lt;tr valign='top'&gt;
		&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;← Older revision&lt;/td&gt;
		&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;Revision as of 17:17, 2 December 2011&lt;/td&gt;
		&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 13:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 13:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;=== Return Value ===&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;=== Return Value ===&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;minus;&lt;/td&gt;&lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;The colour as a numeric value.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;The colour as a numeric value &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;0x R G B&lt;/ins&gt;.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;=== Remarks ===&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;=== Remarks ===&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>UberFoX</name></author>	</entry>

	<entry>
		<id>http://hotline.ubersoft.org/Sputnik/wiki/index.php?title=Core_Function_Colour&amp;diff=1178&amp;oldid=prev</id>
		<title>UberFoX: Created page with &quot;&lt;pre&gt; Colour( &lt;name&gt; ) &lt;/pre&gt;  === Description ===  Get the INT value of a given colours name.  ==== name ====  The name of the colour, See Remarks for a list.  === Return Value ...&quot;</title>
		<link rel="alternate" type="text/html" href="http://hotline.ubersoft.org/Sputnik/wiki/index.php?title=Core_Function_Colour&amp;diff=1178&amp;oldid=prev"/>
				<updated>2011-12-02T12:37:07Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;lt;pre&amp;gt; Colour( &amp;lt;name&amp;gt; ) &amp;lt;/pre&amp;gt;  === Description ===  Get the INT value of a given colours name.  ==== name ====  The name of the colour, See Remarks for a list.  === Return Value ...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
Colour( &amp;lt;name&amp;gt; )&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Description ===&lt;br /&gt;
&lt;br /&gt;
Get the INT value of a given colours name.&lt;br /&gt;
&lt;br /&gt;
==== name ====&lt;br /&gt;
&lt;br /&gt;
The name of the colour, See Remarks for a list.&lt;br /&gt;
&lt;br /&gt;
=== Return Value ===&lt;br /&gt;
&lt;br /&gt;
The colour as a numeric value.&lt;br /&gt;
&lt;br /&gt;
=== Remarks ===&lt;br /&gt;
&lt;br /&gt;
Valid colours to enter are:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
AntiqueWhite&lt;br /&gt;
Aqua&lt;br /&gt;
Aquamarine&lt;br /&gt;
Azure&lt;br /&gt;
Beige&lt;br /&gt;
Bisque&lt;br /&gt;
Black&lt;br /&gt;
BlanchedAlmond&lt;br /&gt;
Blue&lt;br /&gt;
BlueViolet&lt;br /&gt;
Brown&lt;br /&gt;
BurlyWood&lt;br /&gt;
CadetBlue&lt;br /&gt;
Chartreuse&lt;br /&gt;
Chocolate&lt;br /&gt;
Coral&lt;br /&gt;
CornflowerBlue&lt;br /&gt;
Cornsilk&lt;br /&gt;
Crimson&lt;br /&gt;
Cyan&lt;br /&gt;
DarkBlue&lt;br /&gt;
DarkCyan&lt;br /&gt;
DarkGoldenrod&lt;br /&gt;
DarkGray&lt;br /&gt;
DarkGreen&lt;br /&gt;
DarkKhaki&lt;br /&gt;
DarkMagenta&lt;br /&gt;
DarkOliveGreen&lt;br /&gt;
DarkOrange&lt;br /&gt;
DarkOrchid&lt;br /&gt;
DarkRed&lt;br /&gt;
DarkSalmon&lt;br /&gt;
DarkSeaGreen&lt;br /&gt;
DarkSlateBlue&lt;br /&gt;
DarkSlateGray&lt;br /&gt;
DarkTurquoise&lt;br /&gt;
DarkViolet&lt;br /&gt;
DeepPink&lt;br /&gt;
DeepSkyBlue&lt;br /&gt;
DimGray&lt;br /&gt;
DodgerBlue&lt;br /&gt;
Firebrick&lt;br /&gt;
FloralWhite&lt;br /&gt;
ForestGreen&lt;br /&gt;
Fuchsia&lt;br /&gt;
Gainsboro&lt;br /&gt;
GhostWhite&lt;br /&gt;
Gold&lt;br /&gt;
Goldenrod&lt;br /&gt;
Gray&lt;br /&gt;
Green&lt;br /&gt;
GreenYellow&lt;br /&gt;
Honeydew&lt;br /&gt;
HotPink&lt;br /&gt;
IndianRed&lt;br /&gt;
Indigo&lt;br /&gt;
Ivory&lt;br /&gt;
Khaki&lt;br /&gt;
Lavender&lt;br /&gt;
LavenderBlush&lt;br /&gt;
LawnGreen&lt;br /&gt;
LemonChiffon&lt;br /&gt;
LightBlue&lt;br /&gt;
LightCoral&lt;br /&gt;
LightCyan&lt;br /&gt;
LightGoldenrodYellow&lt;br /&gt;
LightGray&lt;br /&gt;
LightGreen&lt;br /&gt;
LightPink&lt;br /&gt;
LightSalmon&lt;br /&gt;
LightSeaGreen&lt;br /&gt;
LightSkyBlue&lt;br /&gt;
LightSlateGray&lt;br /&gt;
LightSteelBlue&lt;br /&gt;
LightYellow&lt;br /&gt;
Lime&lt;br /&gt;
LimeGreen&lt;br /&gt;
Linen&lt;br /&gt;
Magenta&lt;br /&gt;
Maroon&lt;br /&gt;
MediumAquamarine&lt;br /&gt;
MediumBlue&lt;br /&gt;
MediumOrchid&lt;br /&gt;
MediumPurple&lt;br /&gt;
MediumSeaGreen&lt;br /&gt;
MediumSlateBlue&lt;br /&gt;
MediumSpringGreen&lt;br /&gt;
MediumTurquoise&lt;br /&gt;
MediumVioletRed&lt;br /&gt;
MidnightBlue&lt;br /&gt;
MintCream&lt;br /&gt;
MistyRose&lt;br /&gt;
Moccasin&lt;br /&gt;
NavajoWhite&lt;br /&gt;
Navy&lt;br /&gt;
OldLace&lt;br /&gt;
Olive&lt;br /&gt;
OliveDrab&lt;br /&gt;
Orange&lt;br /&gt;
OrangeRed&lt;br /&gt;
Orchid&lt;br /&gt;
PaleGoldenrod&lt;br /&gt;
PaleGreen&lt;br /&gt;
PaleTurquoise&lt;br /&gt;
PaleVioletRed&lt;br /&gt;
PapayaWhip&lt;br /&gt;
PeachPuff&lt;br /&gt;
Peru&lt;br /&gt;
Pink&lt;br /&gt;
Plum&lt;br /&gt;
PowderBlue&lt;br /&gt;
Purple&lt;br /&gt;
Red&lt;br /&gt;
RosyBrown&lt;br /&gt;
RoyalBlue&lt;br /&gt;
SaddleBrown&lt;br /&gt;
Salmon&lt;br /&gt;
SandyBrown&lt;br /&gt;
SeaGreen&lt;br /&gt;
SeaShell&lt;br /&gt;
Sienna&lt;br /&gt;
Silver&lt;br /&gt;
SkyBlue&lt;br /&gt;
SlateBlue&lt;br /&gt;
SlateGray&lt;br /&gt;
Snow&lt;br /&gt;
SpringGreen&lt;br /&gt;
SteelBlue&lt;br /&gt;
Tan&lt;br /&gt;
Teal&lt;br /&gt;
Thistle&lt;br /&gt;
Tomato&lt;br /&gt;
Transparent&lt;br /&gt;
Turquoise&lt;br /&gt;
Violet&lt;br /&gt;
Wheat&lt;br /&gt;
White&lt;br /&gt;
WhiteSmoke&lt;br /&gt;
Yellow&lt;br /&gt;
YellowGreen&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Example ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;sputnik&amp;quot;&amp;gt;&lt;br /&gt;
// Create a new GUI&lt;br /&gt;
Glob $GUI = GUICreate(&amp;quot;GUI&amp;quot;, 640, 480);&lt;br /&gt;
GUISetState($GUI, @Show);&lt;br /&gt;
 &lt;br /&gt;
// Make tab&lt;br /&gt;
$obj_TAB = GUICreateTabSheet($GUI, &amp;quot;textbox&amp;quot;, 5, 15, 610,  370);&lt;br /&gt;
// Add pages&lt;br /&gt;
$TabPage1 = GUITabSheet($obj_TAB, &amp;quot;AddTab&amp;quot;, &amp;quot;Moo&amp;quot;, &amp;quot;Testy Tab1&amp;quot;);&lt;br /&gt;
$TabPage2 = GUITabSheet($obj_TAB, &amp;quot;AddTab&amp;quot;, &amp;quot;Cat&amp;quot;, &amp;quot;Testy Tab2&amp;quot;);&lt;br /&gt;
$TabPage3 = GUITabSheet($obj_TAB, &amp;quot;AddTab&amp;quot;, &amp;quot;Dog&amp;quot;, &amp;quot;Testy Tab3&amp;quot;);&lt;br /&gt;
// Add buttons&lt;br /&gt;
$T1_Button1 = GUICreateButton($TabPage1, &amp;quot;t1b1&amp;quot;, &amp;quot;My Button Tab1&amp;quot;, 8, 8);&lt;br /&gt;
$T2_Button1 = GUICreateButton($TabPage2, &amp;quot;t2b1&amp;quot;, &amp;quot;My Button Tab2&amp;quot;, 8, 48);&lt;br /&gt;
$T3_Button1 = GUICreateButton($TabPage3, &amp;quot;t3b1&amp;quot;, &amp;quot;My Button Tab3&amp;quot;, 48, 38);&lt;br /&gt;
 &lt;br /&gt;
// Change the main window to Yellow&lt;br /&gt;
GUISetProp($GUI, &amp;quot;BackColor&amp;quot;, Colour(&amp;quot;Pink&amp;quot;)); // Make it Pink&lt;br /&gt;
println(&amp;quot;Main Window BackColour&amp;quot; . Hex(GUIGetProp($GUI, &amp;quot;BackColor&amp;quot;))); // Print the colour&lt;br /&gt;
 &lt;br /&gt;
// Change the button background colours&lt;br /&gt;
GUISetProp($T1_Button1, &amp;quot;BackColor&amp;quot;, Colour(&amp;quot;Red&amp;quot;)); // Make it Red&lt;br /&gt;
GUISetProp($T2_Button1, &amp;quot;BackColor&amp;quot;, Colour(&amp;quot;Blue&amp;quot;)); // Make it Blue&lt;br /&gt;
GUISetProp($T3_Button1, &amp;quot;BackColor&amp;quot;, Colour(&amp;quot;Green&amp;quot;)); // Make it Green&lt;br /&gt;
// Get the hex of the colours so we could use it somewhere else&lt;br /&gt;
$HexB1 = Hex(GUIGetProp($T1_Button1, &amp;quot;BackColor&amp;quot;));&lt;br /&gt;
$HexB2 = Hex(GUIGetProp($T2_Button1, &amp;quot;BackColor&amp;quot;));&lt;br /&gt;
$HexB3 = Hex(GUIGetProp($T3_Button1, &amp;quot;BackColor&amp;quot;));&lt;br /&gt;
// Print the hex&lt;br /&gt;
println(&amp;quot;Button 1 BackColour $HexB1&amp;quot;);&lt;br /&gt;
println(&amp;quot;Button 2 BackColour $HexB2&amp;quot;);&lt;br /&gt;
println(&amp;quot;Button 3 BackColour $HexB2&amp;quot;);&lt;br /&gt;
 &lt;br /&gt;
// Change the button foreground (Text) colours&lt;br /&gt;
GUISetProp($T1_Button1, &amp;quot;ForeColor&amp;quot;, Colour(&amp;quot;Green&amp;quot;)); // Make it Green&lt;br /&gt;
GUISetProp($T2_Button1, &amp;quot;ForeColor&amp;quot;, Colour(&amp;quot;Blue&amp;quot;)); // Make it Red&lt;br /&gt;
GUISetProp($T3_Button1, &amp;quot;ForeColor&amp;quot;, Colour(&amp;quot;Red&amp;quot;)); // Make it Blue&lt;br /&gt;
// Get the hex of the colours so we could use it somewhere else&lt;br /&gt;
$HexB1 = Hex(GUIGetProp($T1_Button1, &amp;quot;ForeColor&amp;quot;));&lt;br /&gt;
$HexB2 = Hex(GUIGetProp($T2_Button1, &amp;quot;ForeColor&amp;quot;));&lt;br /&gt;
$HexB3 = Hex(GUIGetProp($T3_Button1, &amp;quot;ForeColor&amp;quot;));&lt;br /&gt;
// Print the hex&lt;br /&gt;
println(&amp;quot;Button 1 ForeColour $HexB1&amp;quot;);&lt;br /&gt;
println(&amp;quot;Button 2 ForeColour $HexB2&amp;quot;);&lt;br /&gt;
println(&amp;quot;Button 3 ForeColour $HexB2&amp;quot;);&lt;br /&gt;
 &lt;br /&gt;
// Loop while GUI is active&lt;br /&gt;
Until ( GUIState( $GUI ) == @sClosed )&lt;br /&gt;
{ &lt;br /&gt;
	DoEvents(); // DoEvents to keep the GUI working fine&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Core Function]]&lt;/div&gt;</summary>
		<author><name>UberFoX</name></author>	</entry>

	</feed>