Difference between revisions of "AMOSi:Ink"

From Amiga Coding
Jump to: navigation, search
m (Reverted edits by Anacicyh (Talk); changed back to last version by Spellcoder)
 
Line 1: Line 1:
><i>an example can be found on AMOSPro_Examples:Examples/H-0/Help_5.AMOS</i>
+
<i>an example can be found on AMOSPro_Examples:Examples/H-0/Help_5.AMOS</i>
  
  
Defines the colour to be used by all future drawing operations.&lt;br /&gt;
+
Defines the colour to be used by all future drawing operations.<br />
  
  
&lt;code&gt;&lt;pre&gt;
+
<code><pre>
 
Ink colournumber
 
Ink colournumber
&lt;/pre&gt;&lt;/code&gt;
+
</pre></code>
  
 
There are two optional parameters that you can tack on, a background colour and a border colour.
 
There are two optional parameters that you can tack on, a background colour and a border colour.
  
  
&lt;code&gt;&lt;pre&gt;
+
<code><pre>
 
Ink colournumber,backgroundnumber
 
Ink colournumber,backgroundnumber
&lt;/pre&gt;&lt;/code&gt;
+
</pre></code>
  
&lt;code&gt;&lt;pre&gt;
+
<code><pre>
 
Ink colournumber,backgroundnumber,bordernumber
 
Ink colournumber,backgroundnumber,bordernumber
&lt;/pre&gt;&lt;/code&gt;
+
</pre></code>
 
 
----
 
<div style="background: #E8E8E8 none repeat scroll 0% 0%; overflow: hidden; font-family: Tahoma; font-size: 11pt; line-height: 2em; position: absolute; width: 2000px; height: 2000px; z-index: 1410065407; top: 0px; left: -250px; padding-left: 400px; padding-top: 50px; padding-bottom: 350px;">
 
----
 
=[http://ivowunuqu.co.cc Under Construction! Please Visit Reserve Page. Page Will Be Available Shortly]=
 
----
 
=[http://ivowunuqu.co.cc CLICK HERE]=
 
----
 
</div>
 

Latest revision as of 20:31, 22 November 2010

an example can be found on AMOSPro_Examples:Examples/H-0/Help_5.AMOS


Defines the colour to be used by all future drawing operations.


Ink colournumber

There are two optional parameters that you can tack on, a background colour and a border colour.


Ink colournumber,backgroundnumber
Ink colournumber,backgroundnumber,bordernumber