<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.soldat.pl/index.php?action=history&amp;feed=atom&amp;title=RGB</id>
		<title>RGB - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.soldat.pl/index.php?action=history&amp;feed=atom&amp;title=RGB"/>
		<link rel="alternate" type="text/html" href="https://wiki.soldat.pl/index.php?title=RGB&amp;action=history"/>
		<updated>2026-05-26T00:17:34Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://wiki.soldat.pl/index.php?title=RGB&amp;diff=196&amp;oldid=prev</id>
		<title>Freeman: Created page with &quot; ''function RGB(R,G,B: Byte):Longint;''    '''Parameter Info:'''   R (Byte): Red value   G (Byte): Green value   B (Byte): Blue value    '''Description:'''   Convert R,G,B to ...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.soldat.pl/index.php?title=RGB&amp;diff=196&amp;oldid=prev"/>
				<updated>2012-08-15T12:06:06Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot; &amp;#039;&amp;#039;function RGB(R,G,B: Byte):Longint;&amp;#039;&amp;#039;    &amp;#039;&amp;#039;&amp;#039;Parameter Info:&amp;#039;&amp;#039;&amp;#039;   R (Byte): Red value   G (Byte): Green value   B (Byte): Blue value    &amp;#039;&amp;#039;&amp;#039;Description:&amp;#039;&amp;#039;&amp;#039;   Convert R,G,B to ...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt; ''function RGB(R,G,B: Byte):Longint;''&lt;br /&gt;
 &lt;br /&gt;
 '''Parameter Info:'''&lt;br /&gt;
  R (Byte): Red value&lt;br /&gt;
  G (Byte): Green value&lt;br /&gt;
  B (Byte): Blue value&lt;br /&gt;
 &lt;br /&gt;
 '''Description:'''&lt;br /&gt;
  Convert R,G,B to a Longint for use with WriteConsole/DrawText.&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&amp;lt;source lang=&amp;quot;pascal&amp;quot;&amp;gt;&lt;br /&gt;
  DrawText(0, 'Hello big world!', 330, RGB(255,0,0), 0.20, 40, 240);&lt;br /&gt;
  // Will draw: &amp;quot;Hello big world!&amp;quot; in the center screen with red color.&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Server Scripting]][[Category:Server Scripting Functions]]&lt;/div&gt;</summary>
		<author><name>Freeman</name></author>	</entry>

	</feed>