<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://www.oxeyegames.com/wiki/skins/common/feed.css?270"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://www.oxeyegames.com/wiki/index.php?action=history&amp;feed=atom&amp;title=RenderLine</id>
		<title>RenderLine - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://www.oxeyegames.com/wiki/index.php?action=history&amp;feed=atom&amp;title=RenderLine"/>
		<link rel="alternate" type="text/html" href="http://www.oxeyegames.com/wiki/index.php?title=RenderLine&amp;action=history"/>
		<updated>2026-04-13T06:55:26Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.16.0</generator>

	<entry>
		<id>http://www.oxeyegames.com/wiki/index.php?title=RenderLine&amp;diff=28&amp;oldid=prev</id>
		<title>Jeb: Created page with '{{VideoMethod | video.renderLine(x1, y1, x2, y2, a, r, g, b) | Draws a line from point (x1, y1) to (x2, y2) using an ARGB color on the screen. The points are inclusive, meaning t...'</title>
		<link rel="alternate" type="text/html" href="http://www.oxeyegames.com/wiki/index.php?title=RenderLine&amp;diff=28&amp;oldid=prev"/>
				<updated>2009-03-05T12:33:37Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;#39;{{VideoMethod | video.renderLine(x1, y1, x2, y2, a, r, g, b) | Draws a line from point (x1, y1) to (x2, y2) using an ARGB color on the screen. The points are inclusive, meaning t...&amp;#39;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{VideoMethod&lt;br /&gt;
|&lt;br /&gt;
video.renderLine(x1, y1, x2, y2, a, r, g, b)&lt;br /&gt;
|&lt;br /&gt;
Draws a line from point (x1, y1) to (x2, y2) using an ARGB color on the screen. The points are inclusive, meaning that if you draw from (0, 0) to (10, 0), the pixel at position (10, 0) will be filled and the total length of the line will be 11 pixels.&lt;br /&gt;
|&lt;br /&gt;
{{MethodParam|x1|An integer|The starting x coordinate.}}&lt;br /&gt;
{{MethodParam|y1|An integer|The starting y coordinate.}}&lt;br /&gt;
{{MethodParam|x2|An integer|The ending x coordinate.}}&lt;br /&gt;
{{MethodParam|y2|An integer|The ending y coordinate.}}&lt;br /&gt;
{{MethodParam|a|An integer|The color's alpha value, from 0 (transparent) to 255 (opaque).}}&lt;br /&gt;
{{MethodParam|r|An integer|The color's red pigment value, from 0 to 255.}}&lt;br /&gt;
{{MethodParam|g|An integer|The color's green pigment value, from 0 to 255.}}&lt;br /&gt;
{{MethodParam|b|An integer|The color's blue pigment value, from 0 to 255.}}&lt;br /&gt;
|&lt;br /&gt;
Returns nothing.&lt;br /&gt;
}}&lt;br /&gt;
=== Example ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
   video.renderLine(0, 0, 10, 0, 255, 255, 255, 255)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jeb</name></author>	</entry>

	</feed>