<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://www.computercraft.info/wiki/index.php?action=history&amp;feed=atom&amp;title=Paintutils.drawFilledBox</id>
		<title>Paintutils.drawFilledBox - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://www.computercraft.info/wiki/index.php?action=history&amp;feed=atom&amp;title=Paintutils.drawFilledBox"/>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Paintutils.drawFilledBox&amp;action=history"/>
		<updated>2026-07-11T11:46:11Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.24.1</generator>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Paintutils.drawFilledBox&amp;diff=6835&amp;oldid=prev</id>
		<title>MKlegoman357: Created the page for the missing function</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Paintutils.drawFilledBox&amp;diff=6835&amp;oldid=prev"/>
				<updated>2015-01-29T19:38:06Z</updated>
		
		<summary type="html">&lt;p&gt;Created the page for the missing function&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{lowercase}}&lt;br /&gt;
{{Function&lt;br /&gt;
|name=paintutils.drawFilledBox&lt;br /&gt;
|args={{type|number}} startX, {{type|number}} startY, {{type|number}} endX, {{type|number}} endY [, {{type|number}} [[color (API)|color]]]&lt;br /&gt;
|api=paintutils&lt;br /&gt;
|returns=None&lt;br /&gt;
|addon=ComputerCraft&lt;br /&gt;
|desc=Draws a filled box from (startX, startY) to (endX, endY) in the specified color. ''Requires version 1.64 or newer.''&lt;br /&gt;
|examples=&lt;br /&gt;
{{Example&lt;br /&gt;
|desc=Draws a blue filled box which's top-left corner is at (3, 2) and bottom-right corner is at (15, 10).&lt;br /&gt;
|code='''paintutils.drawFilledBox(3, 2, 15, 10, [[color (API)|colors]].blue)'''&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[[Category:API_Functions]]&lt;/div&gt;</summary>
		<author><name>MKlegoman357</name></author>	</entry>

	</feed>